Skip to content

Commit 7b31a15

Browse files
committed
Exclude build jobs on PHP 7.2 and 7.3 with lowest composer deps
1 parent 3e97478 commit 7b31a15

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ php:
66
env:
77
- dependencies=lowest
88
- dependencies=highest
9+
matrix:
10+
exclude:
11+
- php: 7.2
12+
env: dependencies=lowest
13+
- php: 7.3
14+
env: dependencies=lowest
915
before_script:
1016
- composer self-update
1117
- if [ "$dependencies" = "lowest" ]; then composer update --prefer-lowest --no-interaction; fi;

0 commit comments

Comments
 (0)