Update CircleCI configuration to newer PHP 7.3 Docker image

[MAILPOET-1864]
This commit is contained in:
Jan Jakeš
2019-03-06 14:05:39 +01:00
committed by M. Shull
parent a4c1b07db5
commit aa212692b3
2 changed files with 8 additions and 14 deletions

View File

@ -357,7 +357,7 @@ class RoboFile extends \Robo\Tasks {
->taskExec(
'./vendor/bin/phpcs '.
'--standard=./tasks/code_sniffer/MailPoet '.
'--runtime-set testVersion 5.6-7.2 '.
'--runtime-set testVersion 5.6-7.3 '.
'--ignore=./lib/Util/Sudzy/*,./lib/Util/CSS.php,./lib/Util/XLSXWriter.php,'.
'./lib/Util/pQuery/*,./lib/Config/PopulatorData/Templates/* '.
'lib/ '.
@ -366,7 +366,7 @@ class RoboFile extends \Robo\Tasks {
->taskExec(
'./vendor/bin/phpcs '.
'--standard=./tasks/code_sniffer/MailPoet '.
'--runtime-set testVersion 5.6-7.2 '.
'--runtime-set testVersion 5.6-7.3 '.
'--ignore=./tests/unit/_bootstrap.php,./tests/unit/_fixtures.php,./tests/integration/_bootstrap.php,./tests/integration/_fixtures.php '.
'tests/unit tests/integration tests/acceptance tests/DataFactories '.
$severityFlag