Update PHPCS workflow

This commit is contained in:
Sebastian Meyer 2024-01-24 09:58:26 +01:00
parent a4eb7bc4ea
commit 3f633ef11e
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@ jobs:
- name: Setup Environment
uses: php-actions/composer@v6
with:
command: update
php_version: "8.0"
- name: Run PHPCS
uses: php-actions/phpcs@v1