Skip to content

Commit be86ea8

Browse files
committed
Add 24 to circleci render_config
1 parent 4d01d58 commit be86ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/render_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
GENERATED_CONFIG_PATH = os.path.join(SCRIPT_DIR, OUT_FILENAME)
1616

1717
# JDKs that will run on every pipeline.
18-
ALWAYS_ON_JDKS = {"8", "17", "21"}
18+
ALWAYS_ON_JDKS = {"8", "17", "21", "24"}
1919
# And these will run only in master and release/ branches.
2020
MASTER_ONLY_JDKS = {
2121
"11",

0 commit comments

Comments
 (0)