We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27c4043 commit c31ece1Copy full SHA for c31ece1
.github/workflows/ci.yml
@@ -177,7 +177,5 @@ jobs:
177
# TODO: convert these two steps into one w/o excludes when Gearman extension gets a release for PHP 8.1
178
# See https://github.com/php/pecl-networking-gearman/issues/16
179
- run: bin/test.sh
180
- if: ${{ matrix.php != '8.1' && matrix.php != '8.2' }}
181
182
- run: bin/test.sh --exclude-group=gearman
183
- if: ${{ matrix.php == '8.1' && matrix.php != '8.2' }}
0 commit comments