Skip to content
Snippets Groups Projects

#3496929 Opt in to Max PHP, manual if not downstream

Open Jonathan Smith requested to merge issue/keycdn-3496929:3496929-opt-in-to into 8.x-1.x
1 file
+ 11
1
Compare changes
  • Side-by-side
  • Inline
+ 11
1
@@ -16,8 +16,18 @@ variables:
@@ -16,8 +16,18 @@ variables:
# Broaden test coverage.
# Broaden test coverage.
OPT_IN_TEST_PREVIOUS_MAJOR: 1
OPT_IN_TEST_PREVIOUS_MAJOR: 1
OPT_IN_TEST_NEXT_MAJOR: 1
OPT_IN_TEST_NEXT_MAJOR: 1
# OPT_IN_TEST_MAX_PHP: 1
OPT_IN_TEST_MAX_PHP: 1
# Show more log output
# Show more log output
# _PHPUNIT_EXTRA: --verbose
# _PHPUNIT_EXTRA: --verbose
# Convenient, and we have no secrets.
# Convenient, and we have no secrets.
_SHOW_ENVIRONMENT_VARIABLES: 1
_SHOW_ENVIRONMENT_VARIABLES: 1
 
 
composer (max PHP version):
 
rules:
 
- !reference [ .opt-in-max-php-rule ]
 
- !reference [ .check-max-php-version-rule ]
 
# Run automatically if part of a downstream pipeline. Otherwise manual.
 
- if: $CI_PIPELINE_SOURCE == 'pipeline'
 
# Using when: manual needs 'allow failure: true' otherwise the overall pipeline status shows 'blocked'
 
- when: manual
 
allow_failure: true
Loading