File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,15 @@ services:
5
5
6
6
php :
7
7
- 7.1
8
+ - 7.2
9
+ - 7.3
8
10
9
11
sudo : false
10
12
11
13
env :
12
14
matrix :
13
- - CAKE_VERSION='3.5.*'
15
+ - CAKE_VERSION='3.7.*'
16
+ - CAKE_VERSION='3.8.*'
14
17
global :
15
18
- DEFAULT=1 DB=sqlite db_dsn='sqlite:///:memory:'
16
19
@@ -23,6 +26,11 @@ matrix:
23
26
fast_finish : true
24
27
25
28
include :
29
+ - php : 7.1
30
+ env : CAKE_VERSION='3.5.*' DEFAULT=1 DB=sqlite db_dsn='sqlite:///:memory:'
31
+ - php : 7.3
32
+ env : CAKE_VERSION='3.5.*' DEFAULT=1 DB=sqlite db_dsn='sqlite:///:memory:'
33
+
26
34
- php : 7.1
27
35
env :
DEFAULT=1 DB=mysql db_dsn='mysql://[email protected] /cakephp_test'
28
36
Original file line number Diff line number Diff line change 7
7
"php" : " >= 7.1" ,
8
8
"ext-json" : " *" ,
9
9
"ext-openssl" : " *" ,
10
- "cakephp/cakephp" : " ~ 3.5.18" ,
10
+ "cakephp/cakephp" : " ^ 3.5.18" ,
11
11
"league/oauth2-server" : " ~8.0.0" ,
12
12
"cakephp/migrations" : " ~1.7.0"
13
13
},
You can’t perform that action at this time.
0 commit comments