Skip to content

Commit

Permalink
测试用例支持 PHP 7.4、Swoole 4.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurunsoft committed Dec 18, 2019
1 parent fe96f45 commit 958bd62
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,21 @@ matrix:
env: SWOOLE_VERSION="master"
- php: '7.3'
env: SWOOLE_VERSION="master"
- php: '7.4snapshot'
- php: '7.4'
env: SWOOLE_VERSION="master"
- php: 'nightly'
env: SWOOLE_VERSION="master" DISABLE_XDEBUG=false INSTALL_REDIS_EXT=true
- php: '7.1'
env: SWOOLE_VERSION="v4.4.12"
env: SWOOLE_VERSION="v4.4.13"
- php: '7.2'
env: SWOOLE_VERSION="v4.4.12"
env: SWOOLE_VERSION="v4.4.13"
- php: '7.3'
env: SWOOLE_VERSION="v4.4.12"
env: SWOOLE_VERSION="v4.4.13"
- php: '7.4'
env: SWOOLE_VERSION="v4.4.13"
allow_failures:
- env: SWOOLE_VERSION="master"
- php: nightly
- php: 7.4snapshot

services:
- redis-server
Expand Down

0 comments on commit 958bd62

Please sign in to comment.