Skip to content
Snippets Groups Projects
Commit d6a4b862 authored by Erick Hitter's avatar Erick Hitter
Browse files

Disable unsupport PHP versions

parent dd45e9fa
No related branches found
No related tags found
1 merge request!1Initial release
Pipeline #5142 passed
......@@ -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:PHP7.0:MySQL:
PHPunit:PHP5.6:MySQL:
rules:
- if: true
- if: $PIPELINE_PHP_5_6 != '1'
when: never
PHPunit:PHP5.6:MySQL:
PHPunit:PHP7.0:MySQL:
rules:
- if: true
- if: $PIPELINE_PHP_7_0 != '1'
when: never
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment