Skip to content

Commit

Permalink
Merge pull request #454 from JamesHeinrich/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…ramsey/composer-install-3

GH Actions: Bump ramsey/composer-install from 2 to 3
  • Loading branch information
JamesHeinrich authored Sep 9, 2024
2 parents 701f124 + 16ec3c4 commit 421324d
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 @@ -37,7 +37,7 @@ jobs:
php-version: "${{ matrix.php-version }}"
ini-values: error_reporting=-1, display_errors=On
coverage: "none"
- uses: "ramsey/composer-install@v2"
- uses: "ramsey/composer-install@v3"
with:
composer-options: "${{ matrix.composer-options }}"
- name: "Run the linter"
Expand All @@ -53,6 +53,6 @@ jobs:
php-version: "8.2"
tools: "phpstan:1.10.57"
coverage: "none"
- uses: "ramsey/composer-install@v2"
- uses: "ramsey/composer-install@v3"
- name: "Run PHPStan"
run: "phpstan analyse -c phpstan.neon -l 4 getid3"

0 comments on commit 421324d

Please sign in to comment.