File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,13 @@ 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
driver : [swoole, openswoole, 'roadrunner/frankenphp']
22
22
exclude :
23
23
- php : 8.1
24
24
laravel : 11
25
+ - php : 8.1
26
+ laravel : 12
25
27
- php : 8.4
26
28
laravel : 10
27
29
- php : 8.1
Original file line number Diff line number Diff line change 16
16
"require" : {
17
17
"php" : " ^8.1.0" ,
18
18
"laminas/laminas-diactoros" : " ^3.0" ,
19
- "laravel/framework" : " ^10.10.1|^11.0" ,
19
+ "laravel/framework" : " ^10.10.1|^11.0|^12.0 " ,
20
20
"laravel/prompts" : " ^0.1.24|^0.2.0|^0.3.0" ,
21
21
"laravel/serializable-closure" : " ^1.3|^2.0" ,
22
22
"nesbot/carbon" : " ^2.66.0|^3.0" ,
31
31
"livewire/livewire" : " ^2.12.3|^3.0" ,
32
32
"mockery/mockery" : " ^1.5.1" ,
33
33
"nunomaduro/collision" : " ^6.4.0|^7.5.2|^8.0" ,
34
- "orchestra/testbench" : " ^8.21|^9.0" ,
34
+ "orchestra/testbench" : " ^8.21|^9.0|^10.0 " ,
35
35
"phpstan/phpstan" : " ^1.10.15" ,
36
- "phpunit/phpunit" : " ^10.4" ,
36
+ "phpunit/phpunit" : " ^10.4|^11.5 " ,
37
37
"spiral/roadrunner-http" : " ^3.3.0" ,
38
38
"spiral/roadrunner-cli" : " ^2.6.0"
39
39
},
You can’t perform that action at this time.
0 commit comments