Skip to content

Commit

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

Bump ramsey/composer-install from 2 to 3
  • Loading branch information
wjzijderveld authored Mar 8, 2024
2 parents 642c91f + 7b7d75e commit 56060df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: "Validate composer.json and composer.lock"
run: "composer validate --strict --no-interaction --ansi"
- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v2"
uses: "ramsey/composer-install@v3"
- name: "Run tests"
run: "make test"

Expand All @@ -50,7 +50,7 @@ jobs:
php-version: "8.0"
coverage: "none"
- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v2"
uses: "ramsey/composer-install@v3"
- name: "Check coding standards"
run: "make php-cs-fixer-ci"
- name: Create Pull Request
Expand All @@ -76,6 +76,6 @@ jobs:
php-version: "8.0"
coverage: "none"
- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v2"
uses: "ramsey/composer-install@v3"
- name: "Run PHPStan"
run: "make phpstan"

0 comments on commit 56060df

Please sign in to comment.