File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -13,19 +13,26 @@ matrix:
13
13
- php : 7.2
14
14
env :
15
15
- qaExtended=true
16
+ - php : 7.3
16
17
- php : nightly
17
18
env :
18
19
- dropPlatform=false
19
20
- php : 7.2
20
21
env :
21
22
- dependencies=lowest
23
+ - php : 7.3
24
+ env :
25
+ - dependencies=lowest
22
26
- php : nightly
23
27
env :
24
28
- dependencies=lowest
25
29
- dropPlatform=false
26
30
- php : 7.2
27
31
env :
28
32
- dependencies=highest
33
+ - php : 7.3
34
+ env :
35
+ - dependencies=highest
29
36
- php : nightly
30
37
env :
31
38
- dependencies=highest
Original file line number Diff line number Diff line change @@ -8,10 +8,16 @@ environment:
8
8
matrix :
9
9
- dependencies : lowest
10
10
php_ver_target : 7.2
11
+ - dependencies : lowest
12
+ php_ver_target : 7.3
11
13
- dependencies : current
12
14
php_ver_target : 7.2
15
+ - dependencies : current
16
+ php_ver_target : 7.3
13
17
- dependencies : highest
14
18
php_ver_target : 7.2
19
+ - dependencies : highest
20
+ php_ver_target : 7.3
15
21
16
22
# # Cache composer file
17
23
cache :
You can’t perform that action at this time.
0 commit comments