Skip to content

Commit 282eca7

Browse files
committed
Add PHP 7.3 to Travis CI matrix, drop ancient libmemcached
1 parent 2aa0d68 commit 282eca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ dist: trusty
44
language: php
55
php:
66
- master
7+
- 7.3
78
- 7.2
89
- 7.1
910
- 7.0
@@ -17,7 +18,6 @@ env:
1718
- LIBMEMCACHED_VERSION=1.0.18 # Debian Jessie / Ubuntu Xenial
1819
- LIBMEMCACHED_VERSION=1.0.16 # RHEL / CentOS 7
1920
- LIBMEMCACHED_VERSION=1.0.8 # Debian Wheezy / Ubuntu Trusty
20-
- LIBMEMCACHED_VERSION=1.0.2 # Ancient
2121

2222
addons:
2323
apt:

0 commit comments

Comments
 (0)