We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d00f0a commit 587b5deCopy full SHA for 587b5de
1 file changed
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
build:
24
strategy:
25
matrix:
26
- java-version: [ 17, 21, 23 ]
+ java-version: [ 17, 21, 24 ]
27
runs-on: [ ubuntu-latest, ubuntu-24.04-arm, macos-latest, windows-latest ]
28
name: Jdk ${{ matrix.java-version }}, os ${{ matrix.runs-on }}
29
runs-on: ${{ matrix.runs-on }}
0 commit comments