File tree 2 files changed +9
-5
lines changed
2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,20 @@ jobs:
10
10
fail-fast : true
11
11
matrix :
12
12
php : [8.1, 8.2, 8.3]
13
- laravel : [10.*, 11.*]
13
+ laravel : [10.*, 11.*, 12.* ]
14
14
dependency-version : [prefer-lowest, prefer-stable]
15
15
exclude :
16
16
- php : 8.1
17
17
laravel : 11.*
18
+ - php : 8.1
19
+ laravel : 12.*
18
20
include :
19
21
- laravel : 10.*
20
22
testbench : 8.*
21
23
- laravel : 11.*
22
24
testbench : 9.*
25
+ - laravel : 12.*
26
+ testbench : 10.*
23
27
24
28
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
25
29
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^8.1" ,
20
- "illuminate/console" : " ^10.0|^11.0" ,
21
- "illuminate/support" : " ^10.0|^11.0"
20
+ "illuminate/console" : " ^10.0|^11.0|^12.0 " ,
21
+ "illuminate/support" : " ^10.0|^11.0|^12.0 "
22
22
},
23
23
"require-dev" : {
24
24
"mockery/mockery" : " ^1.4" ,
25
- "orchestra/testbench" : " ^8.0|^9.0" ,
26
- "phpunit/phpunit" : " ^10.5" ,
25
+ "orchestra/testbench" : " ^8.0|^9.0|^10.0 " ,
26
+ "phpunit/phpunit" : " ^10.5|^11.5.3 " ,
27
27
"squizlabs/php_codesniffer" : " ^3.6"
28
28
},
29
29
"autoload" : {
You can’t perform that action at this time.
0 commit comments