Skip to content
Snippets Groups Projects

Don't be so specific, letting the API supply the point version.

Merged Erick Hitter requested to merge update/ci-config into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -24,7 +24,7 @@ before_script:
PHPunit:PHP5.3:MySQL:
stage: test
variables:
WP_VERSION: 5.1.1
WP_VERSION: '5.1'
image: containers.ethitter.com:443/docker/images/php:5.3
services:
- mysql:5.6
Loading