Skip to content

Commit

Permalink
Use stable releases for symfony 5.4 and 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
W0rma committed Nov 29, 2021
1 parent bf7ea87 commit 2a122f7
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 2a122f7

Please sign in to comment.