We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80cb92a commit 0b6dff3Copy full SHA for 0b6dff3
.github/workflows/ci.yml
@@ -169,7 +169,7 @@ jobs:
169
# TODO: convert these two steps into one w/o excludes when Gearman extension gets a release for PHP 8.1
170
# See https://github.com/php/pecl-networking-gearman/issues/16
171
- run: bin/test.sh
172
- if: ${{ matrix.php }} != '8.1'
+ if: ${{ matrix.php != '8.1' }}
173
174
- run: bin/test.sh --exclude-group=gearman
175
- if: ${{ matrix.php }} == '8.1'
+ if: ${{ matrix.php == '8.1' }}
0 commit comments