Skip to content

Commit

Permalink
Update build to add java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
caesar-ralf committed Feb 7, 2024
1 parent eab8303 commit 957cfd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
java_version: [8, 11, 17]
java_version: [8, 11, 17, 21]
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 957cfd4

Please sign in to comment.