File tree Expand file tree Collapse file tree 1 file changed +6
-21
lines changed Expand file tree Collapse file tree 1 file changed +6
-21
lines changed Original file line number Diff line number Diff line change 5
5
- 7.2
6
6
- master
7
7
8
+ env :
9
+ - dependencies=lowest
10
+ - dependencies=highest
11
+
8
12
matrix :
9
- include :
10
- - php : 7.0
11
- env : dependencies=lowest
12
- - php : 7.0
13
- env : dependencies=highest
14
- - php : 7.1
15
- env : dependencies=lowest
16
- - php : 7.1
17
- env : dependencies=highest
18
- - php : 7.2
19
- env : dependencies=lowest
20
- - php : 7.2
21
- env : dependencies=highest
22
- - php : master
23
- env : dependencies=lowest
24
- - php : master
25
- env : dependencies=highest
26
13
allow_failures :
27
- - php : master
28
14
- php : master
29
15
env : dependencies=lowest
30
16
- php : master
31
17
env : dependencies=highest
32
18
33
19
before_script :
34
20
- composer self-update
35
- - if [ -z "$dependencies" ]; then composer install; fi;
36
- - if [ "$dependencies" = "lowest" ]; then composer update --prefer-lowest -n; fi;
37
- - if [ "$dependencies" = "highest" ]; then composer update -n; fi;
21
+ - if [ "$dependencies" = "lowest" ]; then composer update --prefer-lowest --no-interaction; fi;
22
+ - if [ "$dependencies" = "highest" ]; then composer update --no-interaction; fi;
38
23
39
24
script :
40
25
- vendor/bin/phing
You can’t perform that action at this time.
0 commit comments