File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -17,18 +17,24 @@ jobs:
17
17
matrix :
18
18
os : [ubuntu-latest, windows-latest]
19
19
php : [8.0, 8.1, '8.2']
20
- laravel : ['9.*', '11.*']
20
+ laravel : ['9.*', '11.*', '12.*' ]
21
21
stability : [prefer-lowest, prefer-stable]
22
22
include :
23
23
- laravel : 9.*
24
24
testbench : 7.*
25
25
- laravel : 11.*
26
26
testbench : 9.*
27
+ - laravel : 12.*
28
+ testbench : 10.*
27
29
exclude :
28
30
- laravel : 11.*
29
31
php : 8.0
30
32
- laravel : 11.*
31
33
php : 8.1
34
+ - laravel : 12.*
35
+ php : 8.0
36
+ - laravel : 12.*
37
+ php : 8.1
32
38
33
39
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
34
40
Original file line number Diff line number Diff line change 19
19
"php" : " ^8.0" ,
20
20
"filament/filament" : " ^2.0|^3.0" ,
21
21
"spatie/laravel-package-tools" : " ^1.9.2" ,
22
- "illuminate/contracts" : " ^8.6|^9.0|^10.0|^11.0"
22
+ "illuminate/contracts" : " ^8.6|^9.0|^10.0|^11.0|^12.0 "
23
23
},
24
24
"require-dev" : {
25
25
"nunomaduro/collision" : " ^6.0|^8.0" ,
26
- "orchestra/testbench" : " ^7.0|^9.0" ,
27
- "pestphp/pest" : " ^1.21|^2.34" ,
28
- "pestphp/pest-plugin-laravel" : " ^1.1|^2.3" ,
29
- "phpunit/phpunit" : " ^9.5|^10.5" ,
26
+ "orchestra/testbench" : " ^7.0|^9.0|^10.0 " ,
27
+ "pestphp/pest" : " ^1.21|^2.34|^3.7 " ,
28
+ "pestphp/pest-plugin-laravel" : " ^1.1|^2.3|^3.1 " ,
29
+ "phpunit/phpunit" : " ^9.5|^10.5|^11.5.3 " ,
30
30
"spatie/laravel-ray" : " ^1.26"
31
31
},
32
32
"autoload" : {
You can’t perform that action at this time.
0 commit comments