Skip to content

Commit 73abf72

Browse files
Merge pull request #820 from shuvroroy/feat/support-laravel-12
Test on Laravel 12
2 parents 40df446 + 3e245a7 commit 73abf72

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/test.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@ jobs:
1717
matrix:
1818
os: [[Ubuntu, ubuntu-latest], [Windows, windows-latest]]
1919
php: [8.1, 8.2, 8.3, 8.4]
20-
laravel: [9, 10, 11]
20+
laravel: [9, 10, 11, 12]
2121
exclude:
2222
- php: 8.1
2323
laravel: 11
24+
- php: 8.1
25+
laravel: 12
2426
include:
2527
- php: 8.4
2628
composer: --ignore-platform-req=php+

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
},
3131
"require-dev": {
3232
"laravel/folio": "^1.1",
33-
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0",
34-
"pestphp/pest": "^2.26",
35-
"pestphp/pest-plugin-laravel": "^2.4"
33+
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0 || ^10.0",
34+
"pestphp/pest": "^2.26|^3.0",
35+
"pestphp/pest-plugin-laravel": "^2.4|^3.0"
3636
},
3737
"autoload": {
3838
"psr-4": {

0 commit comments

Comments
 (0)