Skip to content

Commit

Permalink
chore: test against newer version of Java (#1264)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Jan 2, 2025
1 parent 7dd4097 commit 1729a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
# Test the Java LTS versions and latest version available
java-version: [11, 17]
java-version: [11, 23]
os: [macOS-latest, ubuntu-latest, windows-latest]
steps:
- name: Checkout
Expand Down

0 comments on commit 1729a1e

Please sign in to comment.