File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,13 +12,17 @@ jobs:
1212
1313 strategy :
1414 matrix :
15- php : [8.2, 8.3, 8.4]
15+ php : [8.2, 8.3, 8.4, 8.5 ]
1616 laravel : [10.*, 11.*, 12.*]
1717 stability : [prefer-lowest, prefer-stable]
1818 os : [ubuntu-latest]
1919 exclude :
2020 - php : 8.4
2121 laravel : 10.*
22+ - php : 8.5
23+ laravel : 10.*
24+ - php : 8.5
25+ laravel : 11.*
2226
2327 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}
2428
Original file line number Diff line number Diff line change 4343 },
4444 "require-dev" : {
4545 "statamic-rad-pack/runway" : " ^7.13 || ^8.0" ,
46- "orchestra/testbench" : " ^8.28 || ^9.6.1 || ^10.0" ,
47- "phpunit/phpunit" : " ^10.5.35 || ^11.0" ,
48- "pestphp/pest" : " ^2.2 || ^3.0" ,
49- "pestphp/pest-plugin-laravel" : " ^2.0 || ^3.0" ,
46+ "orchestra/testbench" : " ^8.28 || ^9.6.1 || ^10.8" ,
47+ "pestphp/pest" : " ^2.2 || ^3.0 || ^4.1.4" ,
48+ "pestphp/pest-plugin-laravel" : " ^2.0 || ^3.0 || ^4.0" ,
5049 "spatie/ray" : " ^1.17" ,
5150 "spatie/test-time" : " ^1.3"
5251 },
6059 "pixelfear/composer-dist-plugin" : true ,
6160 "pestphp/pest-plugin" : true
6261 }
63- },
64- "minimum-stability" : " dev"
62+ }
6563}
You can’t perform that action at this time.
0 commit comments