diff --git a/.circleci/config.yml b/.circleci/config.yml index 263a5043591..922abba3479 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -127,6 +127,11 @@ jobs: environment: - TEST_TASK: testJava11 + test_zulu11: + <<: *default_test_job + environment: + - TEST_TASK: testJavaZULU11 + test_12: <<: *default_test_job environment: @@ -297,6 +302,12 @@ workflows: filters: tags: only: /.*/ + - test_zulu11: + requires: + - build + filters: + tags: + only: /.*/ - test_12: requires: - build @@ -335,6 +346,7 @@ workflows: - test_9 - test_10 - test_11 + - test_zulu11 - test_12 - agent_integration_tests - check @@ -350,9 +362,11 @@ workflows: - test_8 - test_latest8 - test_ibm8 + - test_zulu8 - test_9 - test_10 - test_11 + - test_zulu11 - test_12 - agent_integration_tests - check