Skip to content

Commit

Permalink
GH Actions: tweak coding standards workflow
Browse files Browse the repository at this point in the history
The PHPCS run can now be run on the latest PHP version as all known PHP 8.x compatibility issues have been fixed.
  • Loading branch information
jrfnl committed Aug 22, 2023
1 parent 9762a5b commit ec4030c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Set up PHP
uses: shivammathur/setup-php@d30ad8b1843ace22e6698ab99bbafaa747b6bd0d # v2.24.0
with:
php-version: '7.4'
php-version: 'latest'
coverage: none
tools: cs2pr

Expand Down

0 comments on commit ec4030c

Please sign in to comment.