Skip to content

Commit

Permalink
Fix can fail
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 committed Sep 21, 2021
1 parent af83ce1 commit 09e314b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,25 @@ jobs:
strategy:
fail-fast: false
matrix:
can-fail: [false]
include:
-
php: 7.4
symfony: ^4.4
can-fail: false
-
php: 7.4
symfony: ^5.2
can-fail: false
-
php: 8.0
symfony: ^4.4
composer-flags: --ignore-platform-req=php
can-fail: false
-
php: 8.0
symfony: ^5.2
composer-flags: --ignore-platform-req=php
can-fail: false
-
php: 8.0
symfony: ^6.0
Expand All @@ -42,6 +45,7 @@ jobs:
php: 7.4
symfony: ^4.4
twig: ^2.12
can-fail: false
-
php: 7.4
symfony: ^5.2
Expand Down

0 comments on commit 09e314b

Please sign in to comment.