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 458f7d4 commit 562196cCopy full SHA for 562196c
.github/workflows/unit-tests.yml
@@ -42,7 +42,7 @@ jobs:
42
id: skip_check
43
run: |
44
if [ "${{ !contains(github.ref, 'gh-readonly-queue') }}" ]; then
45
- if [ "${{ matrix.PHPVERSION }}" -ne "8.4" ]; then
+ if [ "${{ matrix.PHPVERSION }}" != "8.4" ]; then
46
echo "::set-output name=skip::true"
47
fi
48
0 commit comments