File tree 3 files changed +11
-5
lines changed
3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 9
9
fail-fast : false
10
10
matrix :
11
11
os : [ubuntu-latest]
12
- php : [8.0, 7.4 ]
13
- laravel : [8.*, 9.*]
12
+ php : [7.4, 8.0, 8.1 ]
13
+ laravel : [8.*, 9.*, 10.* ]
14
14
dependency-version : [prefer-stable]
15
15
include :
16
+ - laravel : 10.*
17
+ testbench : 8.*
16
18
- laravel : 8.*
17
19
testbench : 6.*
18
20
- laravel : 9.*
19
21
testbench : 7.*
20
22
exclude :
21
23
- laravel : 9.*
22
- php : 7.4
24
+ php : 7.4
25
+ - laravel : 10.*
26
+ php : 8.0
27
+ - laravel : 10.*
28
+ php : 7.4
23
29
24
30
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
25
31
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Some super useful redirect response macros to simplify your Laravel application.
12
12
13
13
## Requirements
14
14
15
- PHP >= 7.2, Laravel >= 5.8.
15
+ Laravel ` >=5.8 | 6.x | 7.x | 8.x | 9.x | 10.x ` supported
16
16
17
17
## Installation
18
18
Original file line number Diff line number Diff line change 19
19
],
20
20
"require" : {
21
21
"php" : " ^7.2|^8.0" ,
22
- "laravel/framework" : " 5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0"
22
+ "laravel/framework" : " 5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 "
23
23
},
24
24
"require-dev" : {
25
25
"orchestra/testbench" : " >=3.8" ,
You can’t perform that action at this time.
0 commit comments