Skip to content

Commit

Permalink
GH Actions: version update for ramsey/composer-install
Browse files Browse the repository at this point in the history
The action used to install Composer packages and handle the caching has released a new major (and some follow-up patch releases), which means, the action reference needs to be updated to benefit from it.

Refs:
* https://github.com/ramsey/composer-install/releases/tag/2.0.0
* https://github.com/ramsey/composer-install/releases/tag/2.0.1
* https://github.com/ramsey/composer-install/releases/tag/2.0.2
  • Loading branch information
jrfnl committed Dec 25, 2021
1 parent d8b8c77 commit c7543f8
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 c7543f8

Please sign in to comment.