Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records committed May 20, 2024
1 parent e14c801 commit b6dfad5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
exclude:
- php-version: '8.3'
swoole-version: 'v4.8.13'
- php-version: '8.0'
swoole-version: 'master'
max-parallel: 15
fail-fast: false
env:
Expand Down Expand Up @@ -73,6 +75,8 @@ jobs:
exclude:
- php-version: '8.3'
swoole-version: 'v4.8.13'
- php-version: '8.0'
swoole-version: 'master'
max-parallel: 15
fail-fast: false
env:
Expand All @@ -93,6 +97,7 @@ jobs:
run: |
brew install openssl
brew link openssl
brew unlink openssl@3 && brew link openssl@3
- name: Build Swoole
run: |
Expand Down

0 comments on commit b6dfad5

Please sign in to comment.