Skip to content

Commit

Permalink
Merge pull request #328 from eliashaeussler/task/composer-install-v3
Browse files Browse the repository at this point in the history
  • Loading branch information
eliashaeussler authored Oct 24, 2024
2 parents c0ca787 + 07f3733 commit 6dcb9dc
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 6dcb9dc

Please sign in to comment.