Skip to content

Commit

Permalink
Bump ramsey/composer-install to v3 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdreesen authored Mar 1, 2024
1 parent e7ffb1d commit 794c704
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: composer validate --strict

- name: Install dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3

- name: Check CS-Fixer
run: composer cs:check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
php-version: ${{ matrix.php-version }}

- name: Install dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3
with:
dependency-versions: ${{ matrix.dependencies }}

Expand Down

0 comments on commit 794c704

Please sign in to comment.