Skip to content

Commit 8ef78c2

Browse files
authored
Merge pull request #2350 from W0rma/symfony6
Use stable releases for symfony 5.4 and 6.0
2 parents bf7ea87 + 2a122f7 commit 8ef78c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ jobs:
3737
coverage: yes
3838
- php-version: 7.4
3939
composer-flags: "--prefer-stable"
40-
can-fail: true
41-
symfony-require: "5.4.*@dev"
40+
can-fail: false
41+
symfony-require: "5.4.*"
4242
- php-version: 8.0
4343
composer-flags: "--prefer-stable"
44-
can-fail: true
45-
symfony-require: "6.0.*@dev"
44+
can-fail: false
45+
symfony-require: "6.0.*"
4646
- php-version: 8.1
4747
composer-flags: "--prefer-stable"
4848
can-fail: false

0 commit comments

Comments
 (0)