Skip to content

Commit

Permalink
Merge pull request #63 from CPS-IT/task/composer-install-v3
Browse files Browse the repository at this point in the history
  • Loading branch information
eliashaeussler authored Nov 7, 2024
2 parents 191f50e + a663e2b commit 7a952b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cgl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ jobs:

# Install dependencies
- name: Install Composer dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3
with:
composer-options: --no-plugins

# Check Composer dependencies
- name: Check dependencies
run: composer-require-checker check
- 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
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,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 Expand Up @@ -80,7 +80,7 @@ jobs:

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

# Run tests
- name: Run tests
Expand Down

0 comments on commit 7a952b5

Please sign in to comment.