Skip to content

Commit

Permalink
DevKit updates (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Jan 3, 2022
1 parent 3bd927c commit c78e27d
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
Expand Up @@ -32,7 +32,7 @@ jobs:
extensions: mongodb

- 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 All @@ -57,7 +57,7 @@ jobs:
extensions: mongodb

- 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
Expand Up @@ -75,7 +75,7 @@ jobs:
run: composer config minimum-stability dev

- 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 c78e27d

Please sign in to comment.