Skip to content

Commit 896c131

Browse files
committed
Remove JDK21 for now
1 parent ad263e4 commit 896c131

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-hadoop3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
java: [ { setup: '11', maven: '11' }, { setup: '17', maven: '17' }, { setup: '21', maven: '21' } ]
29+
java: [ { setup: '11', maven: '11' }, { setup: '17', maven: '17' } ]
3030
codes: [ 'uncompressed,brotli', 'gzip,snappy' ]
3131
name: Build Parquet with JDK ${{ matrix.java.setup }} and ${{ matrix.codes }}
3232

.github/workflows/vector-plugins.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
java: [ '17', '21' ]
29+
java: [ '17' ]
3030
codes: [ 'uncompressed' ]
3131
name: Build Parquet with JDK ${{ matrix.java }} and ${{ matrix.codes }}
3232

0 commit comments

Comments
 (0)