From b53d775d3d6c5d8d0078f7784811a708a35fa6b8 Mon Sep 17 00:00:00 2001 From: paulj Date: Tue, 4 Oct 2022 16:24:41 -0400 Subject: [PATCH] tweak --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index fde520b4..936ee5c6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,12 +8,14 @@ workflows: - test-v4 - test-v5 - test-v6 + - test-v7 - release: requires: - lint - test-v4 - test-v5 - test-v6 + - test-v7 filters: branches: only: