Skip to content

Commit

Permalink
Merge pull request #144 from Brain-WP/dependabot/github_actions/ramse…
Browse files Browse the repository at this point in the history
…y/composer-install-3

GH Actions: Bump ramsey/composer-install from 2 to 3
  • Loading branch information
gmazzap committed Mar 5, 2024
2 parents f8bcd24 + afca310 commit 560355d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ jobs:

- name: Install dependencies - normal
if: ${{ matrix.php-versions != '8.4' }}
uses: "ramsey/composer-install@v2"
uses: "ramsey/composer-install@v3"
with:
dependency-versions: ${{ matrix.dependency-versions }}
# Bust the cache at least once a month - output format: YYYY-MM.
custom-cache-suffix: $(date -u "+%Y-%m")

- name: Install dependencies - ignore-platform-reqs
if: ${{ matrix.php-versions == '8.4' }}
uses: "ramsey/composer-install@v2"
uses: "ramsey/composer-install@v3"
with:
dependency-versions: ${{ matrix.dependency-versions }}
composer-options: "--ignore-platform-reqs"
Expand Down

0 comments on commit 560355d

Please sign in to comment.