Skip to content

Commit d52ba6c

Browse files
committed
Bump the GraalVM CE version used by CI to JDK 23.0.2
1 parent 31fe3c7 commit d52ba6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
if: github.repository == 'linghengqian/hive-server2-jdbc-driver'
3333
strategy:
3434
matrix:
35-
java: [ '8', '23' ]
35+
java: [ '8', '23.0.2' ]
3636
os: [ 'ubuntu-latest' ]
3737
runs-on: ${{ matrix.os }}
3838
steps:
@@ -49,7 +49,7 @@ jobs:
4949
if: github.repository == 'linghengqian/hive-server2-jdbc-driver'
5050
strategy:
5151
matrix:
52-
java: [ '22.0.2', '23' ]
52+
java: [ '22.0.2', '23.0.2' ]
5353
os: [ 'ubuntu-latest' ]
5454
runs-on: ${{ matrix.os }}
5555
steps:

0 commit comments

Comments
 (0)