Skip to content

Commit

Permalink
Run build on JDK 17 and 21-ea
Browse files Browse the repository at this point in the history
  • Loading branch information
sleberknight authored Sep 26, 2023
1 parent 6c5cd21 commit b0a9689
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 @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java_version: ['17', '20']
java_version: ['17', '21-ea']
steps:
# Check out the project
- uses: actions/checkout@v4
Expand Down

0 comments on commit b0a9689

Please sign in to comment.