Skip to content

Commit

Permalink
Update ramsey install
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Nov 27, 2024
1 parent 6e2ffe1 commit 70e06a7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,11 @@ jobs:

- name: Install composer dependencies
if: ${{ !matrix.create-project }}
uses: ramsey/composer-install@v1
uses: ramsey/composer-install@v3
with:
composer-options: '--no-cache --working-dir=${{ matrix.working-directory }}'
composer-options: '--no-cache'
dependency-versions: 'highest'
working-directory: "${{ matrix.working-directory }}"

- name: Create project
if: ${{ matrix.create-project }}
Expand Down Expand Up @@ -234,7 +235,7 @@ jobs:
default-authentication-plugin=mysql_native_password
- name: Install composer dependencies
uses: ramsey/composer-install@v1
uses: ramsey/composer-install@v3
with:
composer-options: '--no-cache'
dependency-versions: 'highest'
Expand Down

0 comments on commit 70e06a7

Please sign in to comment.