Commit fa9d4b5 1 parent 3cefca5 commit fa9d4b5 Copy full SHA for fa9d4b5
File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,20 @@ jobs:
11
11
fail-fast : true
12
12
matrix :
13
13
php : [8.1, 8.2, 8.3]
14
- laravel : [10.*, 11.*]
14
+ laravel : [10.*, 11.*, 12.* ]
15
15
dependency-version : [prefer-lowest, prefer-stable]
16
16
exclude :
17
17
- php : 8.1
18
18
laravel : 11.*
19
+ - php : 8.1
20
+ laravel : 12.*
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" ,
27
- "phpunit/phpunit" : " ^10.5" ,
26
+ "orchestra/testbench" : " ^8.0|^9.0|^10.0 " ,
27
+ "phpunit/phpunit" : " ^10.5|^11.5.3 " ,
28
28
"squizlabs/php_codesniffer" : " ^3.7.1"
29
29
},
30
30
"autoload" : {
You can’t perform that action at this time.
0 commit comments