File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,14 @@ jobs:
17
17
fail-fast : true
18
18
matrix :
19
19
php : [8.1, 8.2, 8.3, 8.4]
20
- laravel : [10, 11]
20
+ laravel : [10, 11, 12 ]
21
21
exclude :
22
22
- php : 8.4
23
23
laravel : 10
24
24
- php : 8.1
25
25
laravel : 11
26
+ - php : 8.1
27
+ laravel : 12
26
28
27
29
name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
28
30
Original file line number Diff line number Diff line change 17
17
"php" : " ^8.1" ,
18
18
"ext-json" : " *" ,
19
19
"bacon/bacon-qr-code" : " ^3.0" ,
20
- "illuminate/support" : " ^10.0|^11.0" ,
20
+ "illuminate/support" : " ^10.0|^11.0|^12.0 " ,
21
21
"symfony/console" : " ^6.0|^7.0" ,
22
22
"pragmarx/google2fa" : " ^8.0"
23
23
},
24
24
"require-dev" : {
25
25
"mockery/mockery" : " ^1.0" ,
26
- "orchestra/testbench" : " ^8.16|^9.0" ,
26
+ "orchestra/testbench" : " ^8.16|^9.0|^10.0 " ,
27
27
"phpstan/phpstan" : " ^1.10" ,
28
- "phpunit/phpunit" : " ^10.4"
28
+ "phpunit/phpunit" : " ^10.4|^11.3 "
29
29
},
30
30
"autoload" : {
31
31
"psr-4" : {
You can’t perform that action at this time.
0 commit comments