Skip to content

Commit 066e170

Browse files
committed
chore: witch graalvm '23' to '24' in compatibility workflow
1 parent ecae94b commit 066e170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_maven_compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
strategy:
5959
matrix:
6060
distribution: [ 'graalvm' ]
61-
java: [ '21', '23' ]
61+
java: [ '21', '24' ]
6262
os: [ 'ubuntu-latest' ]
6363
name: Java ${{ matrix.os }} ${{ matrix.java }} (${{ matrix.distribution }}) compatibility check
6464
steps:

0 commit comments

Comments
 (0)