File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,12 @@ jobs:
1111 fail-fast : true
1212 matrix :
1313 os : [ubuntu-latest]
14- php : [ 8.3, 8.2 ]
15- laravel : [ '10.*', '11.*' ]
14+ php : [ 8.4 8. 3, 8.2 ]
15+ laravel : [ '10.*', '11.*', '12.*' ]
1616 stability : [prefer-lowest, prefer-stable]
1717 include :
18+ - laravel : 12.*
19+ testbench : 10.*
1820 - laravel : 11.*
1921 testbench : 9.*
2022 - laravel : 10.*
Original file line number Diff line number Diff line change 1515 "php" : " ^8.2" ,
1616 "ext-simplexml" : " *" ,
1717 "guzzlehttp/guzzle" : " ^7.1" ,
18- "illuminate/notifications" : " ^10.0|| ^11.0" ,
19- "illuminate/support" : " ^10.0| ^11.0"
18+ "illuminate/notifications" : " ^10.0 || ^11.0 || ^12 .0" ,
19+ "illuminate/support" : " ^10.0 || ^11.0 || ^12 .0"
2020 },
2121 "require-dev" : {
2222 "friendsofphp/php-cs-fixer" : " ^3.6" ,
2323 "mockery/mockery" : " ^1.5" ,
24- "orchestra/testbench" : " ^8.0|^9 .0" ,
25- "phpunit/phpunit" : " ^10.5| ^11.0"
24+ "orchestra/testbench" : " ^8.0 || ^9.0 || ^10 .0" ,
25+ "phpunit/phpunit" : " ^10.5 || ^11.0"
2626 },
2727 "config" : {
2828 "sort-packages" : true
You can’t perform that action at this time.
0 commit comments