Skip to content

Commit c42e039

Browse files
committed
Downgrade swoole to pass travis 5.6 test
1 parent 72d550e commit c42e039

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workspace/Dockerfile-56

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ RUN if [ ${INSTALL_PHPREDIS} = true ]; then \
263263
ARG INSTALL_SWOOLE=false
264264
RUN if [ ${INSTALL_SWOOLE} = true ]; then \
265265
# Install Php Swoole Extension
266-
pecl -q install swoole-2.0.11 && \
266+
pecl -q install -f swoole-1.10.1 && \
267267
echo "extension=swoole.so" >> /etc/php/5.6/mods-available/swoole.ini && \
268268
ln -s /etc/php/5.6/mods-available/swoole.ini /etc/php/5.6/cli/conf.d/20-swoole.ini \
269269
;fi

0 commit comments

Comments
 (0)