Skip to content

Commit

Permalink
Use jdk 23 in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
snuyanzin authored Dec 14, 2024
1 parent bc0339a commit 0be88ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
build:
strategy:
matrix:
java-version: [ 17, 21, 22 ]
java-version: [ 17, 21, 23 ]
runs-on: [ ubuntu-latest, macos-latest, windows-latest ]
name: Jdk ${{ matrix.java-version }}, os ${{ matrix.runs-on }}
runs-on: ${{ matrix.runs-on }}
Expand Down

0 comments on commit 0be88ad

Please sign in to comment.