This repository was archived by the owner on Jan 29, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -144,18 +144,21 @@ matrix:
144
144
- DEPS=lowest
145
145
- APCU_PECL_VERSION="apcu-5.1.10"
146
146
- APCU_BC_PECL_VERSION="apcu_bc-1.0.2"
147
+ - MEMCACHED_PECL_VERSION="memcached-3.1.2"
147
148
- TESTS_ZEND_CACHE_MONGODB_USE_POLYFILL=true
148
149
- php : 7.3
149
150
env :
150
151
- DEPS=locked
151
152
- APCU_PECL_VERSION="apcu-5.1.10"
152
153
- APCU_BC_PECL_VERSION="apcu_bc-1.0.2"
154
+ - MEMCACHED_PECL_VERSION="memcached-3.1.2"
153
155
- TESTS_ZEND_CACHE_MONGODB_USE_POLYFILL=true
154
156
- php : 7.3
155
157
env :
156
158
- DEPS=latest
157
159
- APCU_PECL_VERSION="apcu"
158
160
- APCU_BC_PECL_VERSION="apcu_bc-1.0.3"
161
+ - MEMCACHED_PECL_VERSION="memcached-3.1.3"
159
162
- TESTS_ZEND_CACHE_MONGODB_USE_POLYFILL=true
160
163
161
164
before_install :
@@ -197,7 +200,7 @@ install:
197
200
yes|CFLAGS="-fgnu89-inline" pecl install -f $MEMCACHE_PECL_VERSION ;
198
201
fi ;
199
202
200
- - if [[ $TESTS_ZEND_CACHE_MEMCACHED_ENABLED == 'true' && $TRAVIS_PHP_VERSION =~ ^5.6 ]]; then
203
+ - if [[ $TESTS_ZEND_CACHE_MEMCACHED_ENABLED == 'true' && $MEMCACHED_PECL_VERSION != '' ]]; then
201
204
echo "no" | pecl install -f $MEMCACHED_PECL_VERSION ;
202
205
elif [[ $TESTS_ZEND_CACHE_MEMCACHED_ENABLED == 'true' ]]; then
203
206
phpenv config-add .ci/memcached.ini ;
You can’t perform that action at this time.
0 commit comments