Skip to content
Snippets Groups Projects
Commit a1a76332 authored by Erick Hitter's avatar Erick Hitter
Browse files

Add PHP 7.3

parent ea08c00c
No related branches found
No related tags found
1 merge request!2Add PHP 7.3
Pipeline #510 passed
...@@ -33,3 +33,12 @@ PHPunit:PHP7.2:MySQL: ...@@ -33,3 +33,12 @@ PHPunit:PHP7.2:MySQL:
- find . -type "f" -iname "*.php" | xargs -L "1" php -l - find . -type "f" -iname "*.php" | xargs -L "1" php -l
- phpcs -n - phpcs -n
- phpunit - phpunit
PHPunit:PHP7.3:MySQL:
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
- phpcs -n
- phpunit
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment