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

Commit d35a26a

Browse files
committed
Added PHP 7.3 support - updated Travis CI configuration
1 parent a52bb83 commit d35a26a

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.travis.yml

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
sudo: false
2-
31
language: php
42

53
cache:
@@ -84,6 +82,18 @@ matrix:
8482
env:
8583
- DEPS=latest
8684
- TESTS_ZEND_DIAGNOSTICS_MEMCACHED_ENABLED=true
85+
- php: 7.3
86+
env:
87+
- DEPS=lowest
88+
- TESTS_ZEND_DIAGNOSTICS_MEMCACHED_ENABLED=true
89+
- php: 7.3
90+
env:
91+
- DEPS=locked
92+
- TESTS_ZEND_DIAGNOSTICS_MEMCACHED_ENABLED=true
93+
- php: 7.3
94+
env:
95+
- DEPS=latest
96+
- TESTS_ZEND_DIAGNOSTICS_MEMCACHED_ENABLED=true
8797

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

0 commit comments

Comments
 (0)