From b898c945eb6b0c89f9bed5cf487d88cdfec9e89e Mon Sep 17 00:00:00 2001 From: Alvaro Flores Date: Thu, 19 May 2022 01:13:56 +0000 Subject: [PATCH] docker with php74 and mysql 8 was added --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0dc15544d..a172e14c2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -31,4 +31,5 @@ jobs: vendor/phpunit/phpunit/phpunit --testdox-html coverage/result.html --coverage-html coverage --verbose tests/unit/ - store_artifacts: path: coverage - destination: coverage \ No newline at end of file + destination: coverage + \ No newline at end of file