File tree 2 files changed +11
-9
lines changed
2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 18
18
fail-fast : true
19
19
matrix :
20
20
php : [8.1, 8.2, 8.3, 8.4]
21
- laravel : [10, 11]
21
+ laravel : [10, 11, 12 ]
22
22
include :
23
23
- php : 8.2
24
24
laravel : 9
@@ -27,10 +27,12 @@ jobs:
27
27
- php : ' 8.0'
28
28
laravel : 9
29
29
exclude :
30
- - php : 8.4
31
- laravel : 10
32
30
- php : 8.1
33
31
laravel : 11
32
+ - php : 8.1
33
+ laravel : 12
34
+ - php : 8.4
35
+ laravel : 10
34
36
35
37
name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
36
38
49
51
50
52
- name : Install dependencies
51
53
run : |
52
- composer update --prefer-dist --no-interaction --no-progress --with="illuminate/support= ^${{ matrix.laravel }}"
54
+ composer update --prefer-dist --no-interaction --no-progress --with="illuminate/support: ^${{ matrix.laravel }}"
53
55
54
56
- name : Execute tests
55
57
run : vendor/bin/phpunit ${{ matrix.laravel >= 10 && '--display-deprecations --fail-on-deprecation' || '' }}
Original file line number Diff line number Diff line change 12
12
"require" : {
13
13
"php" : " ^8.0" ,
14
14
"guzzlehttp/guzzle" : " ^7.0" ,
15
- "illuminate/http" : " ^9.0|^10.0|^11.0" ,
16
- "illuminate/notifications" : " ^9.0|^10.0|^11.0" ,
17
- "illuminate/support" : " ^9.0|^10.0|^11.0"
15
+ "illuminate/http" : " ^9.0|^10.0|^11.0|^12.0 " ,
16
+ "illuminate/notifications" : " ^9.0|^10.0|^11.0|^12.0 " ,
17
+ "illuminate/support" : " ^9.0|^10.0|^11.0|^12.0 "
18
18
},
19
19
"require-dev" : {
20
20
"mockery/mockery" : " ^1.0" ,
21
- "orchestra/testbench" : " ^7.0|^8.0|^9.0" ,
21
+ "orchestra/testbench" : " ^7.0|^8.0|^9.0|^10.0 " ,
22
22
"phpstan/phpstan" : " ^1.10" ,
23
- "phpunit/phpunit" : " ^9.0|^10.4"
23
+ "phpunit/phpunit" : " ^9.0|^10.4|^11.5 "
24
24
},
25
25
"autoload" : {
26
26
"psr-4" : {
You can’t perform that action at this time.
0 commit comments