Skip to content

Commit

Permalink
DevKit updates (#1003)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Jan 3, 2022
1 parent 4ed85d4 commit 50c9f4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
branch: master

- name: Install Composer dependencies (highest)
uses: ramsey/composer-install@v1
uses: ramsey/composer-install@v2
with:
dependency-versions: highest
composer-options: --prefer-dist --prefer-stable
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
branch: master

- name: Install Composer dependencies (highest)
uses: ramsey/composer-install@v1
uses: ramsey/composer-install@v2
with:
dependency-versions: highest
composer-options: --prefer-dist --prefer-stable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
branch: master

- name: Install Composer dependencies (${{ matrix.dependencies }})
uses: ramsey/composer-install@v1
uses: ramsey/composer-install@v2
with:
dependency-versions: ${{ matrix.dependencies }}
composer-options: --prefer-dist --prefer-stable
Expand Down

0 comments on commit 50c9f4b

Please sign in to comment.