Skip to content

Commit

Permalink
[TASK] Switch to ramsey/composer-install@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
eliashaeussler committed Oct 24, 2024
1 parent c0ca787 commit 07f3733
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cgl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Reset composer.json
run: git checkout composer.json composer.lock
- name: Re-install Composer dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3
- name: Check for unused dependencies
run: composer-unused

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# Install dependencies
- name: Install Composer dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3
with:
dependency-versions: ${{ matrix.dependencies }}
composer-options: --with=typo3/cms-core:"^${{ matrix.typo3-version }}"
Expand Down

0 comments on commit 07f3733

Please sign in to comment.