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 6730af2 commit 2734445Copy full SHA for 2734445
.travis.yml
@@ -8,18 +8,22 @@ env:
8
9
matrix:
10
include:
11
- - php: 7.0
+ - php: "7.0"
12
env: COMPOSER_ARGS=""
13
- - php: 7.1
+ - php: "7.1"
14
15
- - php: 7.2
+ - php: "7.2"
16
env: COMPOSER_ARGS="" WITH_CS="true"
17
+ - php: "7.3"
18
+ env: COMPOSER_ARGS=""
19
20
21
+ env: COMPOSER_ARGS="--prefer-lowest"
22
23
env: COMPOSER_ARGS="--prefer-lowest"
24
25
26
27
28
29
cache:
0 commit comments