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
GitLab 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
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Open
#3496929 Opt in to Max PHP, manual if not downstream
Jonathan Smith
requested to merge
issue/keycdn-3496929:3496929-opt-in-to
into
8.x-1.x
6 months ago
Overview
0
Commits
2
Pipelines
2
Changes
1
Closes
#3496929
0
0
Merge request reports
Compare
8.x-1.x
version 1
0c696322
6 months ago
8.x-1.x (HEAD)
and
latest version
latest version
ead6d794
2 commits,
6 months ago
version 1
0c696322
1 commit,
6 months ago
1 file
+
11
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
11
−
1
View file @ 2c538be7
Edit in single-file editor
Open in Web IDE
Show full file
@@ -16,8 +16,18 @@ variables:
# Broaden test coverage.
OPT_IN_TEST_PREVIOUS_MAJOR
:
1
OPT_IN_TEST_NEXT_MAJOR
:
1
#
OPT_IN_TEST_MAX_PHP: 1
OPT_IN_TEST_MAX_PHP
:
1
# Show more log output
# _PHPUNIT_EXTRA: --verbose
# Convenient, and we have no secrets.
_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