Skip to content

Commit 562196c

Browse files
committed
Fixup
1 parent 458f7d4 commit 562196c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
id: skip_check
4343
run: |
4444
if [ "${{ !contains(github.ref, 'gh-readonly-queue') }}" ]; then
45-
if [ "${{ matrix.PHPVERSION }}" -ne "8.4" ]; then
45+
if [ "${{ matrix.PHPVERSION }}" != "8.4" ]; then
4646
echo "::set-output name=skip::true"
4747
fi
4848
fi

0 commit comments

Comments
 (0)