Skip to content

Commit

Permalink
Swoole master only supports PHP 8.x (#75)
Browse files Browse the repository at this point in the history
* Swoole master only supports PHP 8.x

* Update test.yml
  • Loading branch information
sy-records authored Jan 13, 2022
1 parent fcc7491 commit b892566
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,23 @@ jobs:
matrix:
os: [ubuntu-latest]
php-version: ['7.2', '7.3', '7.4', '8.0']
swoole-version: ['v4.4.26', 'v4.5.11', 'v4.6.7', 'v4.7.1', 'v4.8.5', 'master']
swoole-version: ['v4.4.26', 'v4.5.11', 'v4.6.7', 'v4.7.1', 'v4.8.6', 'master']
exclude:
- php-version: '8.0'
swoole-version: 'v4.4.26'
- php-version: '7.2'
swoole-version: 'master'
- php-version: '7.3'
swoole-version: 'master'
- php-version: '7.4'
swoole-version: 'master'
include:
- os: ubuntu-latest
php-version: '8.1'
swoole-version: 'master'
- os: ubuntu-latest
php-version: '8.1'
swoole-version: 'v4.8.4'
swoole-version: 'v4.8.6'
max-parallel: 15
fail-fast: false
env:
Expand Down Expand Up @@ -76,17 +82,23 @@ jobs:
matrix:
os: [macos-latest]
php-version: ['7.2', '7.3', '7.4', '8.0']
swoole-version: ['v4.4.26', 'v4.5.11', 'v4.6.7', 'v4.7.1', '4.8.x', 'master']
swoole-version: ['v4.4.26', 'v4.5.11', 'v4.6.7', 'v4.7.1', 'v4.8.6', 'master']
exclude:
- php-version: '8.0'
swoole-version: 'v4.4.26'
- php-version: '7.2'
swoole-version: 'master'
- php-version: '7.3'
swoole-version: 'master'
- php-version: '7.4'
swoole-version: 'master'
include:
- os: macos-latest
php-version: '8.1'
swoole-version: 'master'
- os: macos-latest
php-version: '8.1'
swoole-version: '4.8.x'
swoole-version: 'v4.8.6'
max-parallel: 15
fail-fast: false
env:
Expand Down

0 comments on commit b892566

Please sign in to comment.