We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c31ece1 commit ef878b3Copy full SHA for ef878b3
.github/workflows/ci.yml
@@ -177,5 +177,7 @@ 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