File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,16 @@ jobs:
13
13
strategy :
14
14
fail-fast : true
15
15
matrix :
16
- php : ['8.1', '8.2', '8.3']
17
- stability : [' prefer-lowest', ' prefer-stable' ]
18
- laravel : ['^10.0', '^11.0']
16
+ php : ['8.1', '8.2', '8.3', '8.4' ]
17
+ stability : [prefer-lowest, prefer-stable]
18
+ laravel : ['^10.0', '^11.0', ^12.0 ]
19
19
exclude :
20
20
- php : ' 8.1'
21
- laravel : ' ^11.0'
21
+ laravel : ^11.0
22
+ - laravel : ' 12.0'
23
+ php : ' 8.1'
22
24
23
- name : ' PHP ${{ matrix.php }} - Laravel: ${{matrix.laravel}} - ${{ matrix.stability }}'
25
+ name : PHP ${{ matrix.php }} - Laravel: ${{matrix.laravel}} - ${{ matrix.stability }}
24
26
25
27
steps :
26
28
- name : Checkout code
Original file line number Diff line number Diff line change 11
11
"require" : {
12
12
"php" : " ^8.0" ,
13
13
"ext-json" : " *" ,
14
- "illuminate/queue" : " ^10.0|^11.0" ,
14
+ "illuminate/queue" : " ^10.0|^11.0|^12.0 " ,
15
15
"php-amqplib/php-amqplib" : " ^v3.6"
16
16
},
17
17
"require-dev" : {
18
18
"phpunit/phpunit" : " ^10.0|^11.0" ,
19
19
"mockery/mockery" : " ^1.0" ,
20
20
"laravel/horizon" : " ^5.0" ,
21
- "orchestra/testbench" : " ^7.0|^8.0|^9.0" ,
21
+ "orchestra/testbench" : " ^7.0|^8.0|^9.0|^10.0 " ,
22
22
"laravel/pint" : " ^1.2" ,
23
- "laravel/framework" : " ^9.0|^10.0|^11.0"
23
+ "laravel/framework" : " ^9.0|^10.0|^11.0|^12.0 "
24
24
},
25
25
"autoload" : {
26
26
"psr-4" : {
You can’t perform that action at this time.
0 commit comments