Skip to content

Commit cc8777c

Browse files
committed
Run CS fixer under PHP 8 to avoid parsing errors
1 parent 6ffff9d commit cc8777c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/static-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup PHP
3131
uses: shivammathur/setup-php@v2
3232
with:
33-
php-version: 7.4
33+
php-version: 8.1
3434
- name: Install dependencies
3535
uses: "ramsey/composer-install@v3"
3636
- run: ${{ matrix.script }}

0 commit comments

Comments
 (0)