File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,19 +10,13 @@ jobs:
1010
1111 strategy :
1212 matrix :
13- php : [8.4 , 8.3 , 8.2 , 8.1 ]
14- laravel : ['10.*', '11.*', ' 12.*', '13.*']
13+ php : [8.5 , 8.4 , 8.3 , 8.2 ]
14+ laravel : ['12.*', '13.*']
1515 exclude :
16- - php : 8.1
17- laravel : 11.*
18- - php : 8.4
19- laravel : 10.*
20- - laravel : 12.*
21- php : 8.1
2216 - laravel : 13.*
2317 php : 8.2
24- - laravel : 13 .*
25- php : 8.1
18+ - laravel : 12 .*
19+ php : 8.5
2620
2721 name : P${{ matrix.php }} - L${{ matrix.laravel }}
2822
Original file line number Diff line number Diff line change 1717 ],
1818 "homepage" : " https://github.com/olssonm/l5-very-basic-auth" ,
1919 "require" : {
20- "php" : " ^8.0 || ^8.1 || ^8. 2" ,
21- "illuminate/support" : " ^9.0 || ^10.0 || ^11.0 || ^ 12.0 || ^13.0"
20+ "php" : " ^8.2" ,
21+ "illuminate/support" : " ^12.0 || ^13.0"
2222 },
2323 "require-dev" : {
2424 "laravel/helpers" : " ^1.1" ,
25- "orchestra/testbench" : " ^7.0 || ^8.0 || ^9.0 || ^ 10.0 || ^11.0" ,
26- "pestphp/pest" : " ^1.0 || ^2.0 || ^ 3.7 || ^4.4" ,
27- "pestphp/pest-plugin-laravel" : " ^1.2 || ^2.0 || ^ 3.1 || ^4.1" ,
25+ "orchestra/testbench" : " ^10.0 || ^11.0" ,
26+ "pestphp/pest" : " ^3.7 || ^4.4" ,
27+ "pestphp/pest-plugin-laravel" : " ^3.1 || ^4.1" ,
2828 "phpstan/phpstan" : " ^2.0" ,
29- "phpunit/phpunit" : " ^9.0 || ^10.5 || ^ 11.5.3 || ^12.5.12" ,
29+ "phpunit/phpunit" : " ^11.5.3 || ^12.5.12" ,
3030 "squizlabs/php_codesniffer" : " ^3.5 || ^4.0"
3131 },
3232 "minimum-stability" : " dev" ,
You can’t perform that action at this time.
0 commit comments