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
1c3dc630
Commit
1c3dc630
authored
2 years ago
by
Chris Croome
Browse files
Options
Downloads
Patches
Plain Diff
Debug test
parent
091d8772
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1
Merge Sury
Pipeline
#20871
passed
2 years ago
Stage: lint
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/checks.yml
+3
-1
3 additions, 1 deletion
tasks/checks.yml
with
3 additions
and
1 deletion
tasks/checks.yml
+
3
−
1
View file @
1c3dc630
...
...
@@ -89,7 +89,9 @@
-
name
:
Generate an array of PHP versions to remove
set_fact
:
php_versions_remove
:
"
{{
php_versions_existing
|
difference(php_versions_proposed)
}}"
when
:
( php_versions_existing | difference(php_versions_proposed) ) != []
when
:
-
( php_versions_existing is defined ) and ( php_versions_existing != [] )
-
( php_versions_proposed is defined ) and ( php_versions_proposed != [] )
-
name
:
Checks for PHP versions due to be removed
block
:
...
...
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