Skip to content

Commit bfcfee0

Browse files
CI: Update the Java versions for the CI build
1 parent c25f974 commit bfcfee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
java: [17, 11.0.3, 18-ea]
14+
java: [23, 21, 17, 11.0.23]
1515
os: [ubuntu-latest, macos-latest, windows-latest]
1616
name: Java ${{ matrix.java }}
1717
steps:

0 commit comments

Comments
 (0)