Skip to content

Commit

Permalink
Add Java 21 to CI (#119)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Edgar <michael@xlate.io>
  • Loading branch information
MikeEdgar authored Dec 19, 2023
1 parent 1e74aed commit 05c2cff
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 @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 11, 17 ]
java: [ 11, 17, 21 ]
name: Build with JDK ${{matrix.java}}

steps:
Expand Down

0 comments on commit 05c2cff

Please sign in to comment.