File tree Expand file tree Collapse file tree 2 files changed +17
-7
lines changed Expand file tree Collapse file tree 2 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 1
- name : " Run Tests - L9 "
1
+ name : " Run Tests - L10 "
2
2
3
3
on : [push, pull_request]
4
4
9
9
strategy :
10
10
fail-fast : false
11
11
matrix :
12
- laravel : [8.*, 9.*]
13
- php : [8.0, 7.4, 7.3]
12
+ laravel : [8.*, 9.*, 10.* ]
13
+ php : [8.1, 8. 0, 7.4, 7.3]
14
14
dependency-version : [prefer-lowest, prefer-stable]
15
15
include :
16
16
- laravel : 8.*
17
17
testbench : 6.*
18
18
- laravel : 9.*
19
19
testbench : 7.*
20
+ - laravel : 10.*
21
+ testbench : 8.*
20
22
exclude :
23
+ - laravel : 8.*
24
+ php : 8.1
21
25
- laravel : 9.*
22
26
php : 7.3
23
27
- laravel : 9.*
24
28
php : 7.4
29
+ - laravel : 10.*
30
+ php : 7.3
31
+ - laravel : 10.*
32
+ php : 7.4
33
+ - laravel : 10.*
34
+ php : 8.0
25
35
26
36
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
27
37
Original file line number Diff line number Diff line change 16
16
}
17
17
],
18
18
"require" : {
19
- "php" : " ^7.1 || ^7.3 || ^7.4 || ^8.0" ,
20
- "aws/aws-sdk-php" : " ^3.145 || ^3.219" ,
21
- "illuminate/support" : " ^6.0 || ^7.0 || ^8.0 || ^9.8"
19
+ "php" : " ^7.1 || ^7.3 || ^7.4 || ^8.0 || ^8.1 " ,
20
+ "aws/aws-sdk-php" : " ^3.145 || ^3.219 || ^3.263 " ,
21
+ "illuminate/support" : " ^6.0 || ^7.0 || ^8.0 || ^9.8 || ^10.6 "
22
22
},
23
23
"require-dev" : {
24
- "orchestra/testbench" : " ^3.8 || ^5.0 || ^6.0 || ^7.4" ,
24
+ "orchestra/testbench" : " ^3.8 || ^5.0 || ^6.0 || ^7.4 || ^8.2 " ,
25
25
"phpunit/phpunit" : " ^7.0||^8.4||^9.3.3"
26
26
},
27
27
"autoload" : {
You can’t perform that action at this time.
0 commit comments