Skip to content

Commit

Permalink
Merge pull request #347 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 3d03c60 + 19b1a85 commit de59b1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cgl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

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

# Check Composer dependencies
- name: Check dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

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

Expand All @@ -57,7 +57,7 @@ jobs:

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

# Run tests
- name: Build coverage directory
Expand Down

0 comments on commit de59b1b

Please sign in to comment.