Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
ETH Embed Anchor.fm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
WP Plugins
ETH Embed Anchor.fm
Merge requests
!1
Initial release
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Initial release
develop
into
main
Overview
0
Commits
7
Pipelines
5
Changes
1
Merged
Erick Hitter
requested to merge
develop
into
main
2 years ago
Overview
0
Commits
7
Pipelines
5
Changes
1
Expand
0
0
Merge request reports
Viewing commit
d6a4b862
Prev
Next
Show latest version
1 file
+
4
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
d6a4b862
Disable unsupport PHP versions
· d6a4b862
Erick Hitter
authored
2 years ago
.gitlab-ci.yml
+
4
−
4
Options
@@ -2,12 +2,12 @@ include:
-
remote
:
https://git-cdn.e15r.co/gitlab/ci/wordpress/-/raw/main/plugins/default.yml
# Plugin does not support 5.6 or 7.0.
PHPunit:PHP
7.0
:MySQL
:
PHPunit:PHP
5.6
:MySQL
:
rules
:
-
if
:
true
-
if
:
$PIPELINE_PHP_5_6 != '1'
when
:
never
PHPunit:PHP
5.6
:MySQL
:
PHPunit:PHP
7.0
:MySQL
:
rules
:
-
if
:
true
-
if
:
$PIPELINE_PHP_7_0 != '1'
when
:
never
Loading