Skip to content

Commit

Permalink
[TASK] Use stable version of composer 2 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
koehnlein committed Aug 7, 2023
1 parent b49d878 commit 784592c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Require Composer@v2
if: ${{ matrix.composer-versions == 'v2' }}
run: |
composer require "composer/composer:2.0.x-dev" --dev --no-update
composer require "composer/composer:^2.0" --dev --no-update
- name: Install
run: |
Expand Down

0 comments on commit 784592c

Please sign in to comment.