This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-format.git
The following commit(s) were added to refs/heads/master by this push:
new d784f11 MINOR: Test against Java 21 LTS (#471)
d784f11 is described below
commit d784f11f4485e64fdeaa614e0bde125f5132093d
Author: Fokko Driesprong <[email protected]>
AuthorDate: Wed Dec 11 21:30:21 2024 +0100
MINOR: Test against Java 21 LTS (#471)
---
.github/workflows/test.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 8e48c96..3247a57 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- java: [ '8', '11', '17' ]
+ java: [ '8', '11', '17', '21' ]
name: Build Parquet with JDK ${{ matrix.java }}
steps: