Skip to content

Commit

Permalink
chore: use PHP 8.0 for PHPCS
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocal authored and ondrejmirtes committed May 15, 2021
1 parent c6924f5 commit 3f3e4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: "shivammathur/setup-php@v2"
with:
coverage: "none"
php-version: "7.4"
php-version: "8.0"

- name: "Validate Composer"
run: "composer validate"
Expand Down

0 comments on commit 3f3e4da

Please sign in to comment.