Skip to content

Commit

Permalink
Use Composer 1 in prefer-lowest
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean85 committed Mar 14, 2024
1 parent 988901d commit 2f577ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:

strategy:
matrix:
composer: ['composer:v2']
dependencies: ['highest']
description: ['Tests']
php: ['8.3']
Expand All @@ -49,6 +50,7 @@ jobs:
mongodb: ['1.9.2']
symfony-version: '4.4.*'
- description: Prefer lowest
composer: ['composer:v1']
dependencies: 'lowest'
php: 7.4
symfony-version: '4.4.*'
Expand All @@ -71,7 +73,7 @@ jobs:
php-version: ${{ matrix.php }}
extensions: mongodb
coverage: xdebug2
tools: flex
tools: flex,${{ matrix.composer }}
- name: Allow unstable dependencies
run: composer config minimum-stability dev
if: matrix.symfony-version == 'dev-master'
Expand Down

0 comments on commit 2f577ce

Please sign in to comment.