File tree Expand file tree Collapse file tree 2 files changed +16
-14
lines changed Expand file tree Collapse file tree 2 files changed +16
-14
lines changed Original file line number Diff line number Diff line change @@ -17,31 +17,33 @@ jobs:
17
17
# Disable testing on windows for now...
18
18
# os: [ubuntu-latest, windows-latest]
19
19
os : [ubuntu-latest]
20
- php : [7.4, 8.0, 8.1]
21
- laravel : [7.*, 8.*, 9.*]
22
- # stability: [prefer-lowest, prefer-stable]
20
+ php : [7.4, 8.0, 8.1, 8.2]
21
+ laravel : [7.*, 8.*, 9.*, 10.*]
23
22
stability : [prefer-stable]
24
23
include :
25
24
- laravel : 7.*
26
25
testbench : 5.*
27
26
- laravel : 8.*
28
- testbench : ^6.6
27
+ testbench : 6.*
29
28
- laravel : 9.*
30
29
testbench : 7.*
31
- # Laravel 7 has no support for PHP 8.1
30
+ - laravel : 10.*
31
+ testbench : 8.*
32
32
exclude :
33
33
- laravel : 7.*
34
34
php : 8.1
35
- # Older versions of L7 doesn't support PHP 8
36
35
- laravel : 7.*
37
- php : 8
38
- stability : prefer-lowest
39
- # Laravel 8 doesn't support PHP 8.1
36
+ php : 8.2
40
37
- laravel : 8.*
41
- php : 8.1
42
- # Laravel 9 doesn't support < PHP 8
38
+ php : 8.1
39
+ - laravel : 8.*
40
+ php : 8.2
43
41
- laravel : 9.*
42
+ php : 7.4
43
+ - laravel : 10.*
44
44
php : 7.4
45
+ - laravel : 10.*
46
+ php : 8.0
45
47
46
48
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
47
49
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^7.4|^8.0" ,
20
- "illuminate/contracts" : " ^7.0|^8.0|^9.0" ,
21
- "illuminate/support" : " ^7.0|^8.0|^9.0"
20
+ "illuminate/contracts" : " ^7.0|^8.0|^9.0|^10.0 " ,
21
+ "illuminate/support" : " ^7.0|^8.0|^9.0|^10.0 "
22
22
},
23
23
"require-dev" : {
24
24
"friendsofphp/php-cs-fixer" : " ^3.1" ,
25
- "orchestra/testbench" : " 5.*|6.*|7.*" ,
25
+ "orchestra/testbench" : " 5.*|6.*|7.*|8.* " ,
26
26
"phpunit/phpunit" : " ^8.4|^9.0"
27
27
},
28
28
"autoload" : {
You can’t perform that action at this time.
0 commit comments