Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Dec 7, 2024
1 parent 458f7d4 commit 562196c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
id: skip_check
run: |
if [ "${{ !contains(github.ref, 'gh-readonly-queue') }}" ]; then
if [ "${{ matrix.PHPVERSION }}" -ne "8.4" ]; then
if [ "${{ matrix.PHPVERSION }}" != "8.4" ]; then
echo "::set-output name=skip::true"
fi
fi
Expand Down

0 comments on commit 562196c

Please sign in to comment.