Skip to content
Snippets Groups Projects

Initial release

Merged Erick Hitter requested to merge develop into main
2 files
+ 69
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 11
0
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:PHP5.6:MySQL:
rules:
- if: $PIPELINE_PHP_5_6 != '1'
when: never
PHPunit:PHP7.0:MySQL:
rules:
- if: $PIPELINE_PHP_7_0 != '1'
when: never
Loading