Skip to content

Commit

Permalink
Run build on JDK 17 and 21-ea (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
sleberknight authored Sep 26, 2023
1 parent 3e4604d commit e18b29e
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 e18b29e

Please sign in to comment.