Skip to content
Snippets Groups Projects

Issue #3426666 allow failure on next major

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