Skip to content
Snippets Groups Projects

Various updates

Merged Erick Hitter requested to merge update/templates into main
2 files
+ 0
19
Compare changes
  • Side-by-side
  • Inline
Files
2
PHPunit:PHP5.6:MySQL:Redis:
stage: test
image: containers.ethitter.com:443/docker/images/php:5.6
services:
- mysql:5.6
- redis:alpine
script:
- find . -type "f" -iname "*.php" | xargs -L "1" php -l
- phpunit
PHPunit:PHP7.0:MySQL:Redis:
stage: test
image: containers.ethitter.com:443/docker/images/php:7.0
Loading