diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a5f4ad9b2bce37ef85e0ccba71daf6656aa98ac0..5302fd8c7585da210534985463603372e8ab0468 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,45 +1,2 @@ -variables: - # Configure mysql service (https://hub.docker.com/_/mysql/) - 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 - -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 +include: + - remote: https://git.ethitter.com/gitlab/ci/wordpress/-/raw/main/plugins/default.yml diff --git a/README.md b/README.md index 61c23b52692e6c4a2c8a6a791bd7cc6d73e0177d..4bc28da8f0e15b87a41de58e244e46dfcfe7dd4d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **Donate link:** https://ethitter.com/donate/ **Tags:** seo, meta tags **Requires at least:** 4.4 -**Tested up to:** 5.4 +**Tested up to:** 5.5 **Stable tag:** 0.2.1 **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html diff --git a/readme.txt b/readme.txt index c7655dd94161018c006537a99cff227ddf10797f..47e1ea268955516d31dc95f0a0adcd2b2c0987da 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: ethitter Donate link: https://ethitter.com/donate/ Tags: seo, meta tags Requires at least: 4.4 -Tested up to: 5.4 +Tested up to: 5.5 Stable tag: 0.2.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html