File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 24
24
fail-fast : true
25
25
matrix :
26
26
php : [8.1, 8.2, 8.3, 8.4]
27
- laravel : [10, 11]
27
+ laravel : [10, 11, 12 ]
28
28
include :
29
29
- php : ' 8.0'
30
30
laravel : 9
35
35
exclude :
36
36
- php : 8.1
37
37
laravel : 11
38
+ - php : 8.1
39
+ laravel : 12
38
40
- php : 8.4
39
41
laravel : 10
40
42
55
57
56
58
- name : Install dependencies
57
59
run : |
58
- composer update --prefer-dist --no-interaction --no-progress --with="illuminate/contracts:^${{ matrix.laravel }}"
60
+ composer update --prefer-dist --no-interaction --no-progress --with="illuminate/contracts:^${{ matrix.laravel }}"
59
61
60
62
- name : Execute tests
61
63
run : vendor/bin/phpunit ${{ matrix.laravel >= 10 && '--display-deprecations --fail-on-deprecation' || '' }}
Original file line number Diff line number Diff line change 14
14
"ext-json" : " *" ,
15
15
"ext-pcntl" : " *" ,
16
16
"ext-posix" : " *" ,
17
- "illuminate/contracts" : " ^9.21|^10.0|^11.0" ,
18
- "illuminate/queue" : " ^9.21|^10.0|^11.0" ,
19
- "illuminate/support" : " ^9.21|^10.0|^11.0" ,
17
+ "illuminate/contracts" : " ^9.21|^10.0|^11.0|^12.0 " ,
18
+ "illuminate/queue" : " ^9.21|^10.0|^11.0|^12.0 " ,
19
+ "illuminate/support" : " ^9.21|^10.0|^11.0|^12.0 " ,
20
20
"nesbot/carbon" : " ^2.17|^3.0" ,
21
21
"ramsey/uuid" : " ^4.0" ,
22
22
"symfony/console" : " ^6.0|^7.0" ,
26
26
},
27
27
"require-dev" : {
28
28
"mockery/mockery" : " ^1.0" ,
29
- "orchestra/testbench" : " ^7.0|^8.0|^9.0" ,
29
+ "orchestra/testbench" : " ^7.0|^8.0|^9.0|^10.0 " ,
30
30
"phpstan/phpstan" : " ^1.10" ,
31
- "phpunit/phpunit" : " ^9.0|^10.4" ,
31
+ "phpunit/phpunit" : " ^9.0|^10.4|^11.5 " ,
32
32
"predis/predis" : " ^1.1|^2.0"
33
33
},
34
34
"suggest" : {
You can’t perform that action at this time.
0 commit comments