Skip to content

Commit

Permalink
Try adding prefer-lowest jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaranmcnulty committed Jul 17, 2022
1 parent 237fb42 commit 498c802
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:
php: [7.2, 7.3, 7.4, 8.0, 8.1]
composer-flags: [ "" ]
symfony-version: [ "" ]
cucumber: [false]
include:
- php: 7.2
composer-flags: '--prefer-lowest'
- php: 7.2
symfony-version: '3.*'
- php: 7.3
Expand All @@ -26,6 +29,9 @@ jobs:
symfony-version: '5.*'
- php: 8.0
symfony-version: '5.*'
- php: 8.1
composer-flags: '--prefer-lowest'
cucumber: true
- php: 8.1
cucumber: true

Expand Down

0 comments on commit 498c802

Please sign in to comment.