Skip to content
Snippets Groups Projects

Add PHP 7.3

Merged Erick Hitter requested to merge add/7.3 into master
1 file
+ 9
0
Compare changes
  • Side-by-side
  • Inline
+ 9
0
@@ -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
Loading