Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/JamesHeinrich/getID3
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHeinrich committed Jun 21, 2022
2 parents 8fb5161 + b5ec6d3 commit 5b2be9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- "7.4"
- "8.0"
- "8.1"
- "8.2"
steps:
- uses: "actions/checkout@v2"
- uses: "shivammathur/setup-php@v2"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"ext-zlib": "Zlib extension is required for archive modules and compressed metadata."
},
"scripts": {
"lint": "parallel-lint --exclude vendor --exclude .git .",
"lint": "parallel-lint --show-deprecated --exclude vendor --exclude .git .",
"test": [
"composer lint"
]
Expand Down

0 comments on commit 5b2be9f

Please sign in to comment.