Skip to content
Snippets Groups Projects

Initial release

Merged Erick Hitter requested to merge develop into main
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
+ 4
4
@@ -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
Loading