Skip to content

Commit

Permalink
Merge pull request #383 from Yoast/feature/ghactions-fix-typo
Browse files Browse the repository at this point in the history
GH Actions: fix typo
  • Loading branch information
jrfnl authored Oct 13, 2024
2 parents 3fea815 + fed832b commit 4b41f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

name: "Test${{ matrix.cs_dependencies == 'stable' && ' + Lint' || '' }}: PHP ${{ matrix.php_version }} - CS Deps ${{ matrix.cs_dependencies }}"

continue-on-error: ${{ matrix.php == '8.4' }}
continue-on-error: ${{ matrix.php_version == '8.4' }}

steps:
- name: Checkout code
Expand Down

0 comments on commit 4b41f12

Please sign in to comment.