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 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
@@ -30,10 +30,12 @@ jobs:
30
30
- php : ' 8.0'
31
31
laravel : 8
32
32
exclude :
33
- - php : 8.4
34
- laravel : 10
35
33
- php : 8.1
36
34
laravel : 11
35
+ - php : 8.1
36
+ laravel : 12
37
+ - php : 8.4
38
+ laravel : 10
37
39
38
40
name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
39
41
52
54
53
55
- name : Install dependencies
54
56
run : |
55
- composer update --prefer-dist --no-interaction --no-progress --with="illuminate/support= ^${{ matrix.laravel }}"
57
+ composer update --prefer-dist --no-interaction --no-progress --with="illuminate/support: ^${{ matrix.laravel }}"
56
58
57
59
- name : Execute tests
58
60
run : vendor/bin/phpunit ${{ matrix.laravel >= 10 && '--display-deprecations --fail-on-deprecation' || '' }}
Original file line number Diff line number Diff line change 11
11
],
12
12
"require" : {
13
13
"php" : " ^8.0" ,
14
- "illuminate/notifications" : " ^8.0|^9.0|^10.0|^11.0" ,
15
- "illuminate/support" : " ^8.0|^9.0|^10.0|^11.0" ,
14
+ "illuminate/notifications" : " ^8.0|^9.0|^10.0|^11.0|^12.0 " ,
15
+ "illuminate/support" : " ^8.0|^9.0|^10.0|^11.0|^12.0 " ,
16
16
"vonage/client-core" : " ^4.0.4"
17
17
},
18
18
"require-dev" : {
19
19
"guzzlehttp/guzzle" : " ^7.2" ,
20
20
"mockery/mockery" : " ^1.0" ,
21
- "orchestra/testbench" : " ^6.0|^7.0|^8.0|^9.0" ,
21
+ "orchestra/testbench" : " ^6.0|^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