Skip to content

Commit 2d43ce8

Browse files
authored
PHP 7.4 is no longer in "snapshot". (#460)
1 parent ed3f39d commit 2d43ce8

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
@@ -3,7 +3,7 @@ dist: xenial
33
language: php
44
php:
55
- master
6-
- 7.4snapshot
6+
- 7.4
77
- 7.3
88
- 7.2
99
- 7.1
@@ -34,5 +34,5 @@ script:
3434
- ./.travis/travis.sh script $LIBMEMCACHED_VERSION
3535

3636
cache:
37-
directories:
37+
directories:
3838
- $HOME/cache

0 commit comments

Comments
 (0)