Skip to content

Commit

Permalink
Merge pull request #2350 from W0rma/symfony6
Browse files Browse the repository at this point in the history
Use stable releases for symfony 5.4 and 6.0
  • Loading branch information
goetas authored Nov 30, 2021
2 parents bf7ea87 + 2a122f7 commit 8ef78c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
coverage: yes
- php-version: 7.4
composer-flags: "--prefer-stable"
can-fail: true
symfony-require: "5.4.*@dev"
can-fail: false
symfony-require: "5.4.*"
- php-version: 8.0
composer-flags: "--prefer-stable"
can-fail: true
symfony-require: "6.0.*@dev"
can-fail: false
symfony-require: "6.0.*"
- php-version: 8.1
composer-flags: "--prefer-stable"
can-fail: false
Expand Down

0 comments on commit 8ef78c2

Please sign in to comment.