Skip to content
Snippets Groups Projects

Issue #3426666 allow failure on next major

1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
+ 1
2
@@ -143,7 +143,6 @@ composer (previous minor):
- !reference [composer, after_script]
composer (next major):
allow_failure: true
before_script:
# Remove the one core patch we currently apply. We can do this because it does
# not affect Package Manager or Automatic Updates at all. We should remove this
@@ -211,7 +210,7 @@ phpunit (previous minor):
- !reference [phpunit, rules]
phpunit (next major):
allow_failure: true
allow_failure: false
parallel:
matrix:
- MODULE:
Loading