There was an error while loading. Please reload this page.
1 parent 45cc8f6 commit 0b83af3Copy full SHA for 0b83af3
.travis.yml
@@ -6,7 +6,7 @@ php:
6
- 7.3
7
8
install:
9
- - wget https://github.com/swoole/swoole-src/archive/v4.4.14.tar.gz -O swoole.tar.gz && mkdir -p swoole && tar -xf swoole.tar.gz -C swoole --strip-components=1 && rm swoole.tar.gz && cd swoole && phpize && ./configure && make -j$(nproc) && make install && cd -
+ - wget https://github.com/swoole/swoole-src/archive/v4.4.16.tar.gz -O swoole.tar.gz && mkdir -p swoole && tar -xf swoole.tar.gz -C swoole --strip-components=1 && rm swoole.tar.gz && cd swoole && phpize && ./configure && make -j$(nproc) && make install && cd -
10
- echo "extension = swoole.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
11
12
before_script:
0 commit comments