Skip to content

Commit

Permalink
支持 Swoole 版本改为 >= 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurunsoft committed Jan 10, 2020
1 parent 65caae7 commit 4d586d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ matrix:
- php: 'nightly'
env: SWOOLE_VERSION="master" DISABLE_XDEBUG=false INSTALL_REDIS_EXT=true
- php: '7.1'
env: SWOOLE_VERSION="v4.4.13"
env: SWOOLE_VERSION="v4.4.14"
- php: '7.2'
env: SWOOLE_VERSION="v4.4.13"
env: SWOOLE_VERSION="v4.4.14"
- php: '7.3'
env: SWOOLE_VERSION="v4.4.13"
env: SWOOLE_VERSION="v4.4.14"
- php: '7.4'
env: SWOOLE_VERSION="v4.4.13"
env: SWOOLE_VERSION="v4.4.14"
allow_failures:
- env: SWOOLE_VERSION="master"
- php: nightly
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"yurunsoft/yurun-http": "^3.4.0",
"google/protobuf": "^3.10.0",
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
"ext/swoole": ">=4.4.0"
"ext-swoole": ">=4.4.0"
},
"require-dev": {
"yurunsoft/imi": "dev-dev",
Expand Down

0 comments on commit 4d586d8

Please sign in to comment.