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

Bump WP compatibility

parent 560d45b9
No related branches found
No related tags found
1 merge request!4Bump WP compatibility
Pipeline #2743 failed
variables: include:
# Configure mysql service (https://hub.docker.com/_/mysql/) - remote: https://git-cdn.e15r.co/gitlab/ci/wordpress/-/raw/main/plugins/default.yml
MYSQL_DATABASE: wordpress_tests
MYSQL_ROOT_PASSWORD: mysql
cache:
paths:
- $HOME/.composer
- /root/.composer
before_script:
# Set up WordPress tests
- bash bin/install-wp-tests.sh $MYSQL_DATABASE root $MYSQL_ROOT_PASSWORD mysql latest true
# PHPUnit
- |
if [[ $(php -v) =~ "PHP 7." ]]; then
composer global require "phpunit/phpunit=6.1.*"
else
composer global require "phpunit/phpunit=4.8.*"
fi
# Install PHPCS and WPCS
- composer global require automattic/vipwpcs
- composer global require phpcompatibility/phpcompatibility-wp
- phpcs --config-set installed_paths $HOME/.composer/vendor/wp-coding-standards/wpcs,$HOME/.composer/vendor/automattic/vipwpcs,$HOME/.composer/vendor/phpcompatibility/php-compatibility,$HOME/.composer/vendor/phpcompatibility/phpcompatibility-paragonie,$HOME/.composer/vendor/phpcompatibility/phpcompatibility-wp
PHPunit:PHP7.3:MySQL:
stage: test
image: containers.ethitter.com:443/docker/images/php:7.3
services:
- mysql:5.6
script:
- find . -type "f" -iname "*.php" | xargs -L "1" php -l
- phpcs -n
- phpunit
allow_failure: true
PluginSVN:
stage: deploy
image: containers.ethitter.com:443/docker/images/php:7.3
before_script:
- curl -o ./bin/deploy.sh https://git-cdn.e15r.co/open-source/wp-org-plugin-deploy/raw/master/scripts/deploy.sh
- chmod +x ./bin/deploy.sh
script: ./bin/deploy.sh
when: on_success
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
**Donate link:** http://www.thinkoomph.com/plugins-modules/wp-print-friendly/ **Donate link:** http://www.thinkoomph.com/plugins-modules/wp-print-friendly/
**Tags:** print, template, printer, printable **Tags:** print, template, printer, printable
**Requires at least:** 3.1 **Requires at least:** 3.1
**Tested up to:** 5.4 **Tested up to:** 5.5
**Stable tag:** 0.6.2 **Stable tag:** 0.6.2
**License:** GPLv2 or later **License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html **License URI:** http://www.gnu.org/licenses/gpl-2.0.html
......
...@@ -3,7 +3,7 @@ Contributors: ethitter, stevenkword, thinkoomph ...@@ -3,7 +3,7 @@ Contributors: ethitter, stevenkword, thinkoomph
Donate link: http://www.thinkoomph.com/plugins-modules/wp-print-friendly/ Donate link: http://www.thinkoomph.com/plugins-modules/wp-print-friendly/
Tags: print, template, printer, printable Tags: print, template, printer, printable
Requires at least: 3.1 Requires at least: 3.1
Tested up to: 5.4 Tested up to: 5.5
Stable tag: 0.6.2 Stable tag: 0.6.2
License: GPLv2 or later License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html License URI: http://www.gnu.org/licenses/gpl-2.0.html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment