Update PHPCS workflow
This commit is contained in:
parent
a4eb7bc4ea
commit
3f633ef11e
|
@ -23,6 +23,9 @@ jobs:
|
||||||
|
|
||||||
- name: Setup Environment
|
- name: Setup Environment
|
||||||
uses: php-actions/composer@v6
|
uses: php-actions/composer@v6
|
||||||
|
with:
|
||||||
|
command: update
|
||||||
|
php_version: "8.0"
|
||||||
|
|
||||||
- name: Run PHPCS
|
- name: Run PHPCS
|
||||||
uses: php-actions/phpcs@v1
|
uses: php-actions/phpcs@v1
|
||||||
|
|
Loading…
Reference in New Issue