Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
keycdn
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
keycdn
Merge requests
!29
#3496929
Opt in to Max PHP, manual if not downstream
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
#3496929
Opt in to Max PHP, manual if not downstream
issue/keycdn-3496929:3496929-opt-in-to
into
8.x-1.x
Overview
0
Commits
2
Pipelines
2
Changes
1
Open
Jonathan Smith
requested to merge
issue/keycdn-3496929:3496929-opt-in-to
into
8.x-1.x
4 months ago
Overview
0
Commits
2
Pipelines
2
Changes
1
Expand
Closes
#3496929
0
0
Merge request reports
Compare
8.x-1.x
version 1
0c696322
4 months ago
8.x-1.x (HEAD)
and
latest version
latest version
ead6d794
2 commits,
4 months ago
version 1
0c696322
1 commit,
4 months ago
1 file
+
11
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
11
−
1
Options
@@ -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