Skip to content

Commit 21588d1

Browse files
committed
added java 21
1 parent 281abe7 commit 21588d1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ jobs:
5151
uses: actions/setup-java@v4
5252
with:
5353
distribution: "temurin"
54-
java-version: 8
54+
java-version: |
55+
8
56+
21
5557
cache: "maven"
5658
- name: Build and install libraries
5759
run: mvn --batch-mode --no-transfer-progress --show-version --strict-checksums --threads 2 -Dmaven.wagon.rto=30000 -DclickhouseVersion=$PREFERRED_LTS_VERSION -Dj8 install
@@ -268,6 +270,7 @@ jobs:
268270
java-version: |
269271
8
270272
17
273+
21
271274
cache: "maven"
272275
- name: Setup Toolchain
273276
shell: bash

0 commit comments

Comments
 (0)