From 842215a50fbce387381399ca3fdfda1186c183c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edd=C3=BA=20Mel=C3=A9ndez=20Gonzales?= Date: Tue, 30 Jul 2024 12:25:22 -0500 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 937dfd4..8475c80 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,8 +8,9 @@ workflows: - maven/parallel_test: executor: name: maven/default - tag: "17.0" + tag: "21.0" parallelism: 4 parallel_it_pattern: "**/*Test*.java" pre-steps: - - tcc/setup \ No newline at end of file + - checkout + - tcc/setup