File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111 fail-fast : true
1212 matrix :
1313 php : [ "8.2", "8.3", "8.4" ]
14- laravel : [ "10.0", " 11.0", "12.0" ]
14+ laravel : [ "11.0", "12.0" ]
1515
1616 name : PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}
1717
Original file line number Diff line number Diff line change 1212 "require" : {
1313 "php" : " ^8.2" ,
1414 "dragon-code/telemetry" : " ^1.0" ,
15- "illuminate/http" : " ^10.0 || ^ 11.0 || ^12.0" ,
16- "illuminate/support" : " ^10.0 || ^ 11.0 || ^12.0"
15+ "illuminate/http" : " ^11.0 || ^12.0" ,
16+ "illuminate/support" : " ^11.0 || ^12.0"
1717 },
1818 "require-dev" : {
1919 "dragon-code/codestyler" : " ^6.3" ,
20- "orchestra/testbench" : " ^8.0 || ^ 9.0 || ^10.0" ,
20+ "orchestra/testbench" : " ^9.0 || ^10.0" ,
2121 "pestphp/pest" : " ^3.0 || ^4.0" ,
2222 "pestphp/pest-plugin-type-coverage" : " ^3.0 || ^4.0" ,
2323 "symfony/var-dumper" : " ^6.0 || ^7.3"
You can’t perform that action at this time.
0 commit comments