Skip to content

Commit

Permalink
GH Actions: run CS check against PHP "latest"
Browse files Browse the repository at this point in the history
... as WordPressCS will not throw deprecations anymore.
  • Loading branch information
jrfnl committed Sep 13, 2024
1 parent 6de1c35 commit 3d4705b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: 'latest'
tools: cs2pr
coverage: none

Expand Down

0 comments on commit 3d4705b

Please sign in to comment.