Skip to content

Commit

Permalink
Disable "psr" extension in "composer" lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
phansys committed Dec 6, 2023
1 parent 70d0379 commit f5480c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
extensions: ':psr'
coverage: none
tools: composer:v2, composer-normalize:2
env:
Expand Down

0 comments on commit f5480c4

Please sign in to comment.