Skip to content

Commit

Permalink
Merge pull request #362 from jrfnl/feature/ghactions-update-composer-…
Browse files Browse the repository at this point in the history
…action

GH Actions: version update for `ramsey/composer-install`
  • Loading branch information
JamesHeinrich committed Dec 25, 2021
2 parents d8b8c77 + c7543f8 commit 341d335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
php-version: "${{ matrix.php-version }}"
ini-values: error_reporting=-1, display_errors=On
coverage: "none"
- uses: "ramsey/composer-install@v1"
- uses: "ramsey/composer-install@v2"
- name: "Run the linter"
run: "composer lint -- --colors"

Expand All @@ -42,6 +42,6 @@ jobs:
php-version: "7.4"
tools: "phpstan:0.12.99"
coverage: "none"
- uses: "ramsey/composer-install@v1"
- uses: "ramsey/composer-install@v2"
- name: "Run PHPStan"
run: "phpstan analyse -c phpstan.neon -l 4 getid3"

0 comments on commit 341d335

Please sign in to comment.