Skip to content

Commit 4b6c139

Browse files
committed
chore: use PHP 8.0 for PHPCS
See phpstan/phpstan-symfony#162
1 parent c6924f5 commit 4b6c139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: "shivammathur/setup-php@v2"
5555
with:
5656
coverage: "none"
57-
php-version: "7.4"
57+
php-version: "8.0"
5858

5959
- name: "Validate Composer"
6060
run: "composer validate"

0 commit comments

Comments
 (0)