Skip to content

Commit 2734445

Browse files
Adds tests for PHP 7.3
1 parent 6730af2 commit 2734445

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

.travis.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,22 @@ env:
88

99
matrix:
1010
include:
11-
- php: 7.0
11+
- php: "7.0"
1212
env: COMPOSER_ARGS=""
13-
- php: 7.1
13+
- php: "7.1"
1414
env: COMPOSER_ARGS=""
15-
- php: 7.2
15+
- php: "7.2"
1616
env: COMPOSER_ARGS="" WITH_CS="true"
17+
- php: "7.3"
18+
env: COMPOSER_ARGS=""
1719

18-
- php: 7.0
20+
- php: "7.0"
21+
env: COMPOSER_ARGS="--prefer-lowest"
22+
- php: "7.1"
1923
env: COMPOSER_ARGS="--prefer-lowest"
20-
- php: 7.1
24+
- php: "7.2"
2125
env: COMPOSER_ARGS="--prefer-lowest"
22-
- php: 7.2
26+
- php: "7.3"
2327
env: COMPOSER_ARGS="--prefer-lowest"
2428

2529
cache:

0 commit comments

Comments
 (0)