Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit 38c0550

Browse files
committed
Travis matrix: nightly -> 7.2
1 parent fbda16c commit 38c0550

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,17 @@ matrix:
5959
- php: 7.1
6060
env:
6161
- DEPS=latest
62-
- php: nightly
62+
- php: 7.2
6363
env:
6464
- DEPS=lowest
65-
- php: nightly
65+
- php: 7.2
6666
env:
6767
- DEPS=locked
68-
- php: nightly
68+
- php: 7.2
6969
env:
7070
- DEPS=latest
7171
allow_failures:
72-
- php: nightly
72+
- php: 7.2
7373

7474
before_install:
7575
- if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi

0 commit comments

Comments
 (0)