Commit 22860d4 1 parent 3cefca5 commit 22860d4 Copy full SHA for 22860d4
File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,15 @@ jobs:
16
16
exclude :
17
17
- php : 8.1
18
18
laravel : 11.*
19
+ - php : 8.1
20
+ laravel : 11.*
19
21
include :
20
22
- laravel : 10.*
21
23
testbench : 8.*
22
24
- laravel : 11.*
23
25
testbench : 9.*
26
+ - laravel : 12.*
27
+ testbench : 10.*
24
28
25
29
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
26
30
Original file line number Diff line number Diff line change 18
18
"require" : {
19
19
"php" : " ^8.1" ,
20
20
"exolnet/laravel-html-list" : " ^3.0" ,
21
- "illuminate/support" : " ^10.0|^11.0"
21
+ "illuminate/support" : " ^10.0|^11.0|^12.0 "
22
22
},
23
23
"require-dev" : {
24
24
"exolnet/phpcs-config" : " ^2.0" ,
25
25
"mockery/mockery" : " ^1.5.1" ,
26
- "orchestra/testbench" : " ^8.0|^9.0" ,
26
+ "orchestra/testbench" : " ^8.0|^9.0|^10.0 " ,
27
27
"phpunit/phpunit" : " ^10.5" ,
28
28
"squizlabs/php_codesniffer" : " ^3.7.1"
29
29
},
You can’t perform that action at this time.
0 commit comments