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 ab1e9b9 commit 26d51e8Copy full SHA for 26d51e8
.github/workflows/unit-tests.yml
@@ -148,7 +148,7 @@ jobs:
148
echo "::endgroup::"
149
150
- name: Patch return types
151
- if: "matrix.php == '8.1' && ! matrix.mode && matrix.os == 'ubuntu-20.04'"
+ if: "matrix.php == '8.1' && ! matrix.mode && matrix.os != 'macos-11'"
152
run: |
153
sed -i 's/"\*\*\/Tests\/"//' composer.json
154
composer install -q --optimize-autoloader
@@ -222,7 +222,7 @@ jobs:
222
[[ ! $X ]] || (exit 1)
223
224
- name: Run tests with SIGCHLD enabled PHP
225
- if: "matrix.php == '7.2' && ! matrix.mode"
+ if: "matrix.php == '7.2' && ! matrix.mode && matrix.os != 'macos-11'"
226
227
mkdir build
228
cd build
0 commit comments