Skip to content

Commit

Permalink
Merge pull request #174 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
paragonie-security authored Jan 17, 2022
2 parents cba4096 + 4cd8bc7 commit 9174875
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: composer self-update --1

- name: Install Composer dependencies
uses: "ramsey/composer-install@v1"
uses: "ramsey/composer-install@v2"

- name: PHPUnit tests
run: vendor/bin/phpunit
Expand Down Expand Up @@ -58,11 +58,11 @@ jobs:

- name: Install Composer dependencies (PHP < 8.1)
if: ${{ matrix.php-versions != '8.1' }}
uses: "ramsey/composer-install@v1"
uses: "ramsey/composer-install@v2"

- name: Install Composer dependencies - ignore-platform-reqs (PHP 8.1)
if: ${{ matrix.php-versions == '8.1' }}
uses: "ramsey/composer-install@v1"
uses: "ramsey/composer-install@v2"
with:
composer-options: --ignore-platform-reqs

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
coverage: none

- name: Install Composer dependencies
uses: "ramsey/composer-install@v1"
uses: "ramsey/composer-install@v2"
with:
composer-options: --no-dev

Expand Down

0 comments on commit 9174875

Please sign in to comment.