Skip to content

Commit

Permalink
fix conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkruss committed Dec 12, 2023
1 parent 6c9ec24 commit 9af2675
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
${{ matrix.stack }} deploy.sh --overwrite extensions/no-debug-non-zts-${{ matrix.series }}/swoole-4.8.13
- name: Build swoole 5.x extension
if: matrix.series >= 20210902
if: matrix.series >= 20230831
shell: 'script -q -e -c "bash {0}"'
run: |
docker run --rm -ti \
Expand All @@ -147,7 +147,7 @@ jobs:
${{ matrix.stack }} deploy.sh --overwrite extensions/no-debug-non-zts-${{ matrix.series }}/openswoole-4.12.1
- name: Build openswoole 22.x extension
if: matrix.stack != 'heroku-22' || matrix.series >= 20210902
if: matrix.series >= 20230831
shell: 'script -q -e -c "bash {0}"'
run: |
docker run --rm -ti \
Expand Down

0 comments on commit 9af2675

Please sign in to comment.