Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
WP Plugins
camo-image-proxy
Commits
5dbb6b2a
Commit
5dbb6b2a
authored
Aug 07, 2018
by
Erick Hitter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Switch images to provide 7.2 support, fix PHPUnit version
parent
3ef44a4d
Pipeline
#97
failed with stage
in 2 minutes and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
14 deletions
+23
-14
.gitlab-ci.yml
.gitlab-ci.yml
+23
-14
No files found.
.gitlab-ci.yml
View file @
5dbb6b2a
...
...
@@ -16,6 +16,10 @@ before_script:
# PHP extensions
-
docker-php-ext-enable mbstring mcrypt mysqli pdo_mysql intl gd zip bz2
# Install Composer
-
curl -sS https://getcomposer.org/installer | php
-
php composer.phar install
# Set up WordPress tests
-
bash bin/install-wp-tests.sh wordpress_tests root mysql mysql latest
true
...
...
@@ -28,37 +32,42 @@ PHPunit:PHP5.3:MySQL:
services
:
-
mysql:5.6
script
:
-
phpcs
-
phpunit
-
composer global require "phpunit/phpunit=4.8.*"
-
phpcs
-
phpunit
PHPunit:PHP5.6:MySQL:
image
:
tetraweb/
php:5.6
image
:
php:5.6
-alpine
services
:
-
mysql:5.6
script
:
-
phpcs
-
phpunit
-
composer global require "phpunit/phpunit=4.8.*"
-
phpcs
-
phpunit
PHPunit:PHP7.0:MySQL:
image
:
tetraweb/
php:7.0
image
:
php:7.0
-alpine
services
:
-
mysql:5.6
script
:
-
phpcs
-
phpunit
-
composer global require "phpunit/phpunit=6.1.*"
-
phpcs
-
phpunit
PHPunit:PHP7.1:MySQL:
image
:
tetraweb/
php:7.1
image
:
php:7.1
-alpine
services
:
-
mysql:5.6
script
:
-
phpcs
-
phpunit
-
composer global require "phpunit/phpunit=6.1.*"
-
phpcs
-
phpunit
PHPunit:PHP7.2:MySQL:
image
:
tetraweb/
php:7.2
image
:
php:7.2
-alpine
services
:
-
mysql:5.6
script
:
-
phpcs
-
phpunit
-
composer global require "phpunit/phpunit=6.1.*"
-
phpcs
-
phpunit
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