From 57c2035fee35b203789491764c5b8d9511d1d2bf Mon Sep 17 00:00:00 2001 From: Pawel Chojnacki Date: Thu, 7 Mar 2019 15:58:41 +0100 Subject: [PATCH] add 1 test debug zts build --- .circleci/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f9099a580c..7919b13674 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -455,6 +455,9 @@ workflows: - unit_tests: name: "Unit tests 72" image_tag: ddtrace_alpine_php-7.2-debug + - unit_tests: + name: "Unit tests 70-zts" + image_tag: ddtrace_alpine_php-7.0-zts-debug # - unit_tests: # name: "Unit tests 73" # version: "7.3" # TODO: unit test for 7.3 are failing due to memory leaks - 7.3 not yet officially supported @@ -489,7 +492,7 @@ workflows: - integration_tests: name: "Web tests 56" integration_testsuite: "test-web-56" - image_tag: "ddtrace_alpine_php-5.6" + image_tag: "ddtrace_php_5_6" - integration_tests: name: "Web tests 70" integration_testsuite: "test-web-70"