Skip to content

Commit 19cec16

Browse files
committed
Fixed PHP 7.4 testing on travis
1 parent f77d4d7 commit 19cec16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ php:
2424
- 7.1
2525
- 7.2
2626
- 7.3
27-
- 7.4-snapshot
27+
- 7.4snapshot
2828
- nightly
2929

3030
matrix:
@@ -45,7 +45,7 @@ matrix:
4545
allow_failures:
4646
- env: deps=beta
4747
- php: nightly
48-
- php: 7.4-snapshot
48+
- php: 7.4snapshot
4949

5050
before_install:
5151
- phpenv config-rm xdebug.ini || echo "xdebug not available"

0 commit comments

Comments
 (0)