Skip to content

Commit 71c348b

Browse files
committed
[CALCITE-6808] Use JDK23 instead of JDK22 in CI test for latest JVM in Avatica
1 parent 327b3bb commit 71c348b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,14 +204,14 @@ jobs:
204204
run: |
205205
./gradlew --no-parallel --no-daemon tasks build javadoc
206206
207-
linux-jdk22:
208-
name: 'Linux (JDK 22)'
207+
linux-jdk23:
208+
name: 'Linux (JDK 23)'
209209
runs-on: ubuntu-latest
210210
steps:
211-
- name: 'Set up JDK 22'
211+
- name: 'Set up JDK 23'
212212
uses: actions/setup-java@v4
213213
with:
214-
java-version: 22
214+
java-version: 23
215215
distribution: 'zulu'
216216
- uses: actions/checkout@v4
217217
with:

0 commit comments

Comments
 (0)