File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,10 @@ jobs:
1313 strategy :
1414 fail-fast : true
1515 matrix :
16- php : ['8.0 ', '8.1 ', '8.2 ']
16+ php : ['8.1 ', '8.2 ', '8.3 ']
1717 stability : ['prefer-lowest', 'prefer-stable']
18- laravel : ['^9.0', '^ 10.0', '^11.0']
18+ laravel : ['^10.0', '^11.0']
1919 exclude :
20- - php : ' 8.0'
21- laravel : ' ^10.0'
22- - php : ' 8.0'
23- laravel : ' ^11.0'
2420 - php : ' 8.1'
2521 laravel : ' ^11.0'
2622
5450 run : ./vendor/bin/pint --test
5551
5652 - name : Execute tests
53+ if :
5754 run : sleep 10 && vendor/bin/phpunit
Original file line number Diff line number Diff line change 1515 "php-amqplib/php-amqplib" : " ^v3.6"
1616 },
1717 "require-dev" : {
18- "phpunit/phpunit" : " ^9.3|^ 11.0" ,
18+ "phpunit/phpunit" : " ^11.0" ,
1919 "mockery/mockery" : " ^1.0" ,
2020 "laravel/horizon" : " ^5.0" ,
2121 "orchestra/testbench" : " ^7.0|^8.0|^9.0" ,
You can’t perform that action at this time.
0 commit comments