Skip to content

Commit 74f8370

Browse files
committed
add jdk21 to common.jsonnet
1 parent f5ae75a commit 74f8370

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/common.jsonnet

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ local common_json = import "../common.json";
6565
"linux-jdk17": { packages+: { "devkit:gcc11.2.0-OL6.4+1": "==0" }},
6666
"linux-jdk19": { packages+: { "devkit:gcc11.2.0-OL6.4+1": "==0" }},
6767
"linux-jdk20": { packages+: { "devkit:gcc11.2.0-OL6.4+1": "==0" }},
68+
"linux-jdk21": { packages+: { "devkit:gcc11.2.0-OL6.4+1": "==0" }},
6869
},
6970

7071
# Dependencies

0 commit comments

Comments
 (0)