This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 26be5d9ce6 HDDS-10124. Compile Ozone with JDK 21 in CI (#5992)
26be5d9ce6 is described below
commit 26be5d9ce6d871bdab56b32fdc8bb85511f51f24
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Mon Jan 15 08:21:51 2024 +0100
HDDS-10124. Compile Ozone with JDK 21 in CI (#5992)
---
.github/workflows/ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 331da2385e..1415a43abf 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -140,7 +140,7 @@ jobs:
if: needs.build-info.outputs.needs-compile == 'true'
strategy:
matrix:
- java: [ 11, 17 ]
+ java: [ 11, 17, 21 ]
fail-fast: false
steps:
- name: Download Ozone source tarball
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]