Skip to content

Commit

Permalink
Run tests on Java 23 (#6825)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Oct 29, 2024
1 parent 740dd14 commit ee21d4d
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 ee21d4d

Please sign in to comment.