File tree 2 files changed +9
-7
lines changed
2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 17
17
fail-fast : true
18
18
matrix :
19
19
php : [8.1, 8.2, 8.3, 8.4]
20
- laravel : [10, 11]
20
+ laravel : [10, 11, 12 ]
21
21
include :
22
22
- php : 8.2
23
23
laravel : 9
54
54
laravel : 10
55
55
- php : 8.1
56
56
laravel : 11
57
+ - php : 8.1
58
+ laravel : 12
57
59
58
60
name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
59
61
72
74
73
75
- name : Install dependencies
74
76
run : |
75
- composer update --prefer-dist --no-interaction --no-progress --with="illuminate/contracts= ^${{ matrix.laravel }}"
77
+ composer update --prefer-dist --no-interaction --no-progress --with="illuminate/contracts: ^${{ matrix.laravel }}"
76
78
77
79
- name : Execute tests
78
80
run : vendor/bin/phpunit ${{ matrix.laravel >= 10 && '--display-deprecations --fail-on-deprecation' || '' }}
Original file line number Diff line number Diff line change 19
19
"ext-json" : " *" ,
20
20
"firebase/php-jwt" : " ^6.4" ,
21
21
"guzzlehttp/guzzle" : " ^6.0|^7.0" ,
22
- "illuminate/contracts" : " ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0" ,
23
- "illuminate/http" : " ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0" ,
24
- "illuminate/support" : " ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0" ,
22
+ "illuminate/contracts" : " ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0 " ,
23
+ "illuminate/http" : " ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0 " ,
24
+ "illuminate/support" : " ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0 " ,
25
25
"league/oauth1-client" : " ^1.11" ,
26
26
"phpseclib/phpseclib" : " ^3.0"
27
27
},
28
28
"require-dev" : {
29
29
"mockery/mockery" : " ^1.0" ,
30
- "orchestra/testbench" : " ^4.0|^5.0|^6.0|^7.0|^8.0|^9.0" ,
30
+ "orchestra/testbench" : " ^4.0|^5.0|^6.0|^7.0|^8.0|^9.0|^10.0 " ,
31
31
"phpstan/phpstan" : " ^1.10" ,
32
- "phpunit/phpunit" : " ^8.0|^9.3|^10.4"
32
+ "phpunit/phpunit" : " ^8.0|^9.3|^10.4|^11.5 "
33
33
},
34
34
"autoload" : {
35
35
"psr-4" : {
You can’t perform that action at this time.
0 commit comments