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