This repository was archived by the owner on Mar 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,28 @@ matrix:
14
14
env : FRAMEWORK_VERSION=laravel/framework:5.8.*
15
15
- php : 7.2
16
16
env : FRAMEWORK_VERSION=laravel/framework:6.0.*
17
+ - php : 7.2
18
+ env : FRAMEWORK_VERSION=laravel/framework:7.0.*
19
+ - php : 7.2
20
+ env : FRAMEWORK_VERSION=laravel/framework:8.0.*
21
+ - php : 8.0
22
+ env : FRAMEWORK_VERSION=laravel/framework:8.0.*
17
23
- php : 7.2
18
24
env : FRAMEWORK_VERSION=laravel/lumen-framework:5.5.*
19
25
- php : 7.2
20
26
env : FRAMEWORK_VERSION=laravel/lumen-framework:5.6.*
21
27
- php : 7.2
22
28
env : FRAMEWORK_VERSION=laravel/lumen-framework:5.7.*
23
- # - php: 7.2
24
- # env: FRAMEWORK_VERSION=laravel/lumen-framework:5.8.*
29
+ - php : 7.2
30
+ env : FRAMEWORK_VERSION=laravel/lumen-framework:5.8.*
31
+ - php : 7.2
32
+ env : FRAMEWORK_VERSION=laravel/lumen-framework:6.0.*
33
+ - php : 7.2
34
+ env : FRAMEWORK_VERSION=laravel/lumen-framework:7.0.*
35
+ - php : 7.2
36
+ env : FRAMEWORK_VERSION=laravel/lumen-framework:8.0.*
37
+ - php : 8.0
38
+ env : FRAMEWORK_VERSION=laravel/lumen-framework:8.0.*
25
39
26
40
before_install :
27
41
- printf "\n" | pecl install swoole
Original file line number Diff line number Diff line change 21
21
}
22
22
],
23
23
"require" : {
24
- "php" : " ^7.2" ,
24
+ "php" : " ^7.2|^8.0 " ,
25
25
"illuminate/console" : " ~5.4|~6.0|~7.0|~8.0" ,
26
26
"illuminate/contracts" : " ~5.4|~6.0|~7.0|~8.0" ,
27
27
"illuminate/http" : " ~5.4|~6.0|~7.0|~8.0" ,
You can’t perform that action at this time.
0 commit comments