Skip to content

Commit

Permalink
Add CI build for JDK 21
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Dec 9, 2023
1 parent fcd3ab4 commit 189b2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [ '11', '17' ]
java: [ '11', '17', '21' ]
steps:
- name: Checkout Zulip Java Client
uses: actions/checkout@v4
Expand Down

0 comments on commit 189b2b8

Please sign in to comment.