Skip to content

Commit

Permalink
Merge pull request #15 from celosauro/fix_swoole_install
Browse files Browse the repository at this point in the history
FIX: Swoole version for PHP 7.4
  • Loading branch information
leocarmo authored Dec 14, 2022
2 parents 1ab37da + 0ec27c0 commit a3c72d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
before_install:
- docker run -d -p 0.0.0.0:6379:6379 --name redis redis:alpine
- echo "extension=redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- echo '' | pecl install swoole
- echo '' | pecl install swoole-4.8.12
- echo "extension=swoole.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini

before_script:
Expand Down

0 comments on commit a3c72d7

Please sign in to comment.