File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,18 +16,18 @@ jobs:
1616 strategy :
1717 matrix :
1818 php : [ 8.1, 8.2, 8.3, 8.4 ]
19- illuminate : [ ^10.0, ^11.0 , ^12.0 ]
19+ illuminate : [ ^10.0, ^11.44.2 , ^12.0 ]
2020 stability : [ prefer-lowest, prefer-stable ]
2121 include :
2222 - illuminate : ^10.0
2323 testbench : 8.*
24- - illuminate : ^11.0
25- testbench : 9.*
24+ - illuminate : ^11.44.2
25+ testbench : ^9.13.0
2626 - illuminate : ^12.0
2727 testbench : 10.*
2828 exclude :
2929 - php : 8.1
30- illuminate : ^11.0
30+ illuminate : ^11.44.2
3131 - php : 8.1
3232 illuminate : ^12.0
3333
Original file line number Diff line number Diff line change 1111 ],
1212 "require" : {
1313 "php" : " 8.*" ,
14- "laravel/framework" : " ^10.0|^11.0 |^12.0" ,
14+ "laravel/framework" : " ^10.0|^11.44.2 |^12.0" ,
1515 "markwalet/laravel-git-state" : " ~1.0" ,
1616 "ext-simplexml" : " *" ,
1717 "ext-dom" : " *"
1818 },
1919 "require-dev" : {
2020 "phpunit/phpunit" : " ^10.5|^11.0" ,
2121 "mockery/mockery" : " ~1.4" ,
22- "orchestra/testbench" : " 8.*|9.* |10.*"
22+ "orchestra/testbench" : " 8.*|^9.13.0 |10.*"
2323 },
2424 "autoload" : {
2525 "psr-4" : {
You can’t perform that action at this time.
0 commit comments