File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,19 @@ jobs:
11
11
strategy :
12
12
fail-fast : true
13
13
matrix :
14
- php : [8.1, 8.0]
14
+ php : [8.2, 8. 1, 8.0]
15
15
laravel : [9.*, 8.*]
16
16
stability : [prefer-lowest, prefer-stable]
17
17
include :
18
+ - laravel : 10.*
19
+ testbench : 8.*
20
+ php : [8.1, 8.2]
18
21
- laravel : 9.*
19
22
testbench : 7.*
23
+ php : [8.0, 8.1, 8.2]
20
24
- laravel : 8.*
21
25
testbench : ^6.23
26
+ php : [8.0, 8.1]
22
27
23
28
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
24
29
Original file line number Diff line number Diff line change 13
13
],
14
14
"require" : {
15
15
"php" : " ^8.0" ,
16
- "illuminate/notifications" : " ^8.0|^9.0" ,
17
- "illuminate/support" : " ^8.0|^9.0" ,
16
+ "illuminate/notifications" : " ^8.0|^9.0|^10.0 " ,
17
+ "illuminate/support" : " ^8.0|^9.0|^10.0 " ,
18
18
"minishlink/web-push" : " ^7.0"
19
19
},
20
20
"require-dev" : {
21
21
"mockery/mockery" : " ~1.0" ,
22
- "orchestra/testbench" : " ^6.0|^7.0" ,
22
+ "orchestra/testbench" : " ^6.0|^7.0|^8.0 " ,
23
23
"phpunit/phpunit" : " ^9.0"
24
24
},
25
25
"autoload" : {
47
47
"scripts" : {
48
48
"test" : " vendor/bin/phpunit"
49
49
}
50
- }
50
+ }
You can’t perform that action at this time.
0 commit comments