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

Merge branch 'add/7.3' into 'master'

Add PHP 7.3

See merge request !2
parents ea08c00c a1a76332
Branches
Tags
1 merge request!2Add PHP 7.3
Pipeline #728 failed
......@@ -33,3 +33,12 @@ PHPunit:PHP7.2:MySQL:
- find . -type "f" -iname "*.php" | xargs -L "1" php -l
- phpcs -n
- 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