File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 17
17
fail-fast : true
18
18
matrix :
19
19
php : ['8.0', 8.1, 8.2]
20
- laravel : [8, 9]
20
+ laravel : [8, 9, 10]
21
+ exclude :
22
+ - php : ' 8.0'
23
+ laravel : 10
24
+ - php : 8.2
25
+ laravel : 8
21
26
22
27
name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
23
28
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" ,
15
- "illuminate/support" : " ^8.0|^9.0" ,
14
+ "illuminate/notifications" : " ^8.0|^9.0|^10.0 " ,
15
+ "illuminate/support" : " ^8.0|^9.0|^10.0 " ,
16
16
"vonage/client-core" : " ^3.0"
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"
21
+ "orchestra/testbench" : " ^6.0|^7.0|^8.0 "
22
22
},
23
23
"autoload" : {
24
24
"psr-4" : {
You can’t perform that action at this time.
0 commit comments