Skip to content

Commit ef878b3

Browse files
Revert "update the workflow"
This reverts commit c31ece1.
1 parent c31ece1 commit ef878b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -177,5 +177,7 @@ jobs:
177177
# TODO: convert these two steps into one w/o excludes when Gearman extension gets a release for PHP 8.1
178178
# See https://github.com/php/pecl-networking-gearman/issues/16
179179
- run: bin/test.sh
180+
if: ${{ matrix.php != '8.1' && matrix.php != '8.2' }}
180181

181182
- run: bin/test.sh --exclude-group=gearman
183+
if: ${{ matrix.php == '8.1' && matrix.php != '8.2' }}

0 commit comments

Comments
 (0)