Skip to content

Commit

Permalink
Run tests on Java 23
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Oct 26, 2024
1 parent 74579aa commit b4ea9a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- 11
- 17
- 21
- 23
# Collect coverage on latest LTS
include:
- os: ubuntu-20.04
Expand All @@ -44,6 +45,8 @@ jobs:
test-java-version: 17
- os: macos-13
test-java-version: 21
- os: macos-13
test-java-version: 23
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit b4ea9a9

Please sign in to comment.