Skip to content

Commit

Permalink
build: run tests on Java 23 instead of 22
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrMilchmann committed Nov 12, 2024
1 parent e7e1666 commit eaf7597
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
name: Check
strategy:
matrix:
jdk: [ 8, 11, 17, 21, 22 ]
jdk: [ 8, 11, 17, 21, 23 ]
needs: build
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
name: Check
strategy:
matrix:
jdk: [ 8, 11, 17, 21, 22 ]
jdk: [ 8, 11, 17, 21, 23]
os: [ macos-latest, ubuntu-latest, windows-latest ]
needs: build
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit eaf7597

Please sign in to comment.