Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
php
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
webarch
php
Commits
0fbe83a1
Commit
0fbe83a1
authored
2 years ago
by
Chris Croome
Browse files
Options
Downloads
Patches
Plain Diff
debug test
parent
bfce41bd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1
Merge Sury
Pipeline
#20861
passed
2 years ago
Stage: lint
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/checks.yml
+12
-0
12 additions, 0 deletions
tasks/checks.yml
with
12 additions
and
0 deletions
tasks/checks.yml
+
12
−
0
View file @
0fbe83a1
...
...
@@ -70,12 +70,24 @@
debug
:
msg
:
-
"
SAPI
{{
php_versions[version].sapis
}}
is
defined
for
PHP
{{
version
}}"
verbosity
:
3
loop
:
"
{{
php_versions_proposed
}}"
loop_control
:
loop_var
:
version
label
:
"
{{
version
}}"
when
:
php_versions[version].sapis is defined
-
name
:
Include SAPI checks for proposed PHP versions
include_tasks
:
sapi_checks.yml
loop
:
"
{{
versions_proposed
}}"
loop_control
:
loop_var
:
version
label
:
"
{{
version
}}"
when
:
php_versions[version].sapis is defined
-
name
:
Fail
fail
:
-
name
:
Include SAPI module checks for proposed PHP versions
include_tasks
:
sapi_module_checks.yml
loop
:
"
{{
php_versions_proposed
}}"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment