File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,16 @@ jobs:
11
11
strategy :
12
12
fail-fast : true
13
13
matrix :
14
- php : [7.4, 8.0, 8.1]
15
- laravel : [8.*, 9.*]
14
+ php : [7.4, 8.0, 8.1, 8.2 ]
15
+ laravel : [8.*, 9.*, 10.* ]
16
16
dependency-version : [prefer-stable]
17
17
exclude :
18
18
- php : 7.4
19
19
laravel : 9.*
20
+ - php : 7.4
21
+ laravel : 10.*
22
+ - php : 8.0
23
+ laravel : 10.*
20
24
21
25
name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
22
26
Original file line number Diff line number Diff line change 25
25
"require" : {
26
26
"php" : " >=7.1|^8.0" ,
27
27
"ext-json" : " *" ,
28
- "illuminate/config" : " 5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0" ,
29
- "illuminate/support" : " 5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0"
28
+ "illuminate/config" : " 5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 " ,
29
+ "illuminate/support" : " 5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 "
30
30
},
31
31
"require-dev" : {
32
- "orchestra/testbench" : " ~3.8.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0" ,
32
+ "orchestra/testbench" : " ~3.8.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 " ,
33
33
"phpspec/phpspec" : " ~5.1.1 || ^6.0 || ^7.0"
34
34
},
35
35
"autoload" : {
You can’t perform that action at this time.
0 commit comments