Skip to content

Commit 0b6dff3

Browse files
committed
Fix gearman skipping expressions
1 parent 80cb92a commit 0b6dff3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
# TODO: convert these two steps into one w/o excludes when Gearman extension gets a release for PHP 8.1
170170
# See https://github.com/php/pecl-networking-gearman/issues/16
171171
- run: bin/test.sh
172-
if: ${{ matrix.php }} != '8.1'
172+
if: ${{ matrix.php != '8.1' }}
173173

174174
- run: bin/test.sh --exclude-group=gearman
175-
if: ${{ matrix.php }} == '8.1'
175+
if: ${{ matrix.php == '8.1' }}

0 commit comments

Comments
 (0)