We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e97478 commit 7b31a15Copy full SHA for 7b31a15
.travis.yml
@@ -6,6 +6,12 @@ php:
6
env:
7
- dependencies=lowest
8
- dependencies=highest
9
+matrix:
10
+ exclude:
11
+ - php: 7.2
12
+ env: dependencies=lowest
13
+ - php: 7.3
14
15
before_script:
16
- composer self-update
17
- if [ "$dependencies" = "lowest" ]; then composer update --prefer-lowest --no-interaction; fi;
0 commit comments