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 f07a05b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .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 Down

0 comments on commit f07a05b

Please sign in to comment.