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:
13
13
strategy :
14
14
fail-fast : true
15
15
matrix :
16
- php : ['8.0 ', '8.1 ', '8.2 ']
16
+ php : ['8.1 ', '8.2 ', '8.3 ']
17
17
stability : ['prefer-lowest', 'prefer-stable']
18
- laravel : ['^9.0', '^ 10.0', '^11.0']
18
+ laravel : ['^10.0', '^11.0']
19
19
exclude :
20
- - php : ' 8.0'
21
- laravel : ' ^10.0'
22
- - php : ' 8.0'
23
- laravel : ' ^11.0'
24
20
- php : ' 8.1'
25
21
laravel : ' ^11.0'
26
22
54
50
run : ./vendor/bin/pint --test
55
51
56
52
- name : Execute tests
53
+ if :
57
54
run : sleep 10 && vendor/bin/phpunit
Original file line number Diff line number Diff line change 15
15
"php-amqplib/php-amqplib" : " ^v3.6"
16
16
},
17
17
"require-dev" : {
18
- "phpunit/phpunit" : " ^9.3|^ 11.0" ,
18
+ "phpunit/phpunit" : " ^11.0" ,
19
19
"mockery/mockery" : " ^1.0" ,
20
20
"laravel/horizon" : " ^5.0" ,
21
21
"orchestra/testbench" : " ^7.0|^8.0|^9.0" ,
You can’t perform that action at this time.
0 commit comments