Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
W
WP Revisions Control
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
WP Plugins
WP Revisions Control
Commits
dfea49b7
Commit
dfea49b7
authored
Aug 29, 2020
by
Erick Hitter
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'bump-wp-compat' into 'master'
Bump WP compatibility See merge request
!10
parents
d0bb0389
9627b6ad
Pipeline
#2742
passed with stages
in 2 minutes and 53 seconds
Changes
3
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
99 deletions
+4
-99
.gitlab-ci.yml
.gitlab-ci.yml
+2
-97
README.md
README.md
+1
-1
readme.txt
readme.txt
+1
-1
No files found.
.gitlab-ci.yml
View file @
dfea49b7
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
WP_VERSION
:
latest
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 $WP_VERSION
true
# PHPUnit
-
|
if [[ $(php -v) =~ "PHP 7." ]]; then
composer global require "phpunit/phpunit=6.1.*"
else
composer global require "phpunit/phpunit=4.8.*"
fi
PHPunit:PHP5.3:MySQL:
stage
:
test
variables
:
WP_VERSION
:
'
5.1'
image
:
containers.ethitter.com:443/docker/images/php:5.3
services
:
-
mysql:5.6
script
:
-
find . -type "f" -iname "*.php" | xargs -L "1" php -l
-
phpunit
PHPunit:PHP5.6:MySQL:
stage
:
test
image
:
containers.ethitter.com:443/docker/images/php:5.6
services
:
-
mysql:5.6
script
:
-
find . -type "f" -iname "*.php" | xargs -L "1" php -l
-
phpunit
PHPunit:PHP7.0:MySQL:
stage
:
test
image
:
containers.ethitter.com:443/docker/images/php:7.0
services
:
-
mysql:5.6
script
:
-
find . -type "f" -iname "*.php" | xargs -L "1" php -l
-
phpunit
PHPunit:PHP7.1:MySQL:
stage
:
test
image
:
containers.ethitter.com:443/docker/images/php:7.1
services
:
-
mysql:5.6
script
:
-
find . -type "f" -iname "*.php" | xargs -L "1" php -l
-
phpunit
PHPunit:PHP7.2:MySQL:
stage
:
test
image
:
containers.ethitter.com:443/docker/images/php:7.2
services
:
-
mysql:5.6
script
:
-
find . -type "f" -iname "*.php" | xargs -L "1" php -l
-
phpunit
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
-
phpunit
PHPCS
:
stage
:
test
image
:
containers.ethitter.com:443/docker/images/php:7.3
before_script
:
-
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
script
:
-
phpcs -n
PluginSVN
:
stage
:
deploy
image
:
containers.ethitter.com:443/docker/wp-org-plugin-deploy:latest
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
README.md
View file @
dfea49b7
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
**Donate link:**
https://ethitter.com/donate/
**Donate link:**
https://ethitter.com/donate/
**Tags:**
revision, revisions, admin
**Tags:**
revision, revisions, admin
**Requires at least:**
3.6
**Requires at least:**
3.6
**Tested up to:**
5.
4
**Tested up to:**
5.
5
**Stable tag:**
1.3
**Stable tag:**
1.3
**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
...
...
readme.txt
View file @
dfea49b7
...
@@ -3,7 +3,7 @@ Contributors: ethitter
...
@@ -3,7 +3,7 @@ Contributors: ethitter
Donate link: https://ethitter.com/donate/
Donate link: https://ethitter.com/donate/
Tags: revision, revisions, admin
Tags: revision, revisions, admin
Requires at least: 3.6
Requires at least: 3.6
Tested up to: 5.
4
Tested up to: 5.
5
Stable tag: 1.3
Stable tag: 1.3
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment