Skip to content

Commit

Permalink
Add php81 test (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records authored Nov 10, 2021
1 parent 8a4a657 commit a6954d3
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ jobs:
exclude:
- php-version: '8.0'
swoole-version: 'v4.4.26'
max-parallel: 10
include:
- os: ubuntu-latest
php-version: '8.1'
swoole-version: 'master'
max-parallel: 15
fail-fast: false
env:
SWOOLE_VERSION: ${{ matrix.swoole-version }}
Expand Down Expand Up @@ -54,6 +58,7 @@ jobs:
composer install -o

- name: Coding Standards Check
if: matrix.php-version != '8.1'
run: |
composer cs-check
Expand All @@ -72,7 +77,12 @@ jobs:
exclude:
- php-version: '8.0'
swoole-version: 'v4.4.26'
max-parallel: 10
include:
- os: macos-latest
php-version: '8.1'
swoole-version: 'master'
php-cs-fixer-ignore-env: true
max-parallel: 15
fail-fast: false
env:
SWOOLE_VERSION: ${{ matrix.swoole-version }}
Expand Down Expand Up @@ -113,6 +123,7 @@ jobs:
composer install -o

- name: Coding Standards Check
if: matrix.php-version != '8.1'
run: |
composer cs-check
Expand Down

0 comments on commit a6954d3

Please sign in to comment.