Skip to content

Commit b7fc497

Browse files
committed
[build] Add jdk17 and jdk21 to ci
1 parent 2e086fe commit b7fc497

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,16 @@ jobs:
5454
name: "Java 11"
5555
uses: ./.github/workflows/ci-template.yaml
5656
with:
57-
java-version: "11"
57+
java-version: "11"
58+
59+
build-on-jdk17:
60+
name: "Java 17"
61+
uses: ./.github/workflows/ci-template.yaml
62+
with:
63+
java-version: "17"
64+
65+
build-on-jdk21:
66+
name: "Java 21"
67+
uses: ./.github/workflows/ci-template.yaml
68+
with:
69+
java-version: "21"

0 commit comments

Comments
 (0)