Skip to content
Snippets Groups Projects

Revise test matrix

Merged Erick Hitter requested to merge fix/5.3-test into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -2,6 +2,7 @@ variables:
@@ -2,6 +2,7 @@ variables:
# Configure mysql service (https://hub.docker.com/_/mysql/)
# Configure mysql service (https://hub.docker.com/_/mysql/)
MYSQL_DATABASE: wordpress_tests
MYSQL_DATABASE: wordpress_tests
MYSQL_ROOT_PASSWORD: mysql
MYSQL_ROOT_PASSWORD: mysql
 
WP_VERSION: latest
cache:
cache:
paths:
paths:
@@ -10,7 +11,7 @@ cache:
@@ -10,7 +11,7 @@ cache:
before_script:
before_script:
# Set up WordPress tests
# Set up WordPress tests
- bash bin/install-wp-tests.sh $MYSQL_DATABASE root $MYSQL_ROOT_PASSWORD mysql latest true
- bash bin/install-wp-tests.sh $MYSQL_DATABASE root $MYSQL_ROOT_PASSWORD mysql $WP_VERSION true
# PHPUnit
# PHPUnit
- |
- |
Loading