Skip to content

Commit a6f8afb

Browse files
committed
revert
1 parent b8fdc35 commit a6f8afb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
include:
2323
- php-version: 7.2
2424
composer-flags: "--prefer-lowest "
25-
can-fail: true
25+
can-fail: false
2626
- php-version: 7.3
2727
composer-flags: ""
28-
can-fail: true
28+
can-fail: false
2929
- php-version: 7.4
3030
composer-flags: ""
3131
symfony-require: "4.4.*"

0 commit comments

Comments
 (0)