Skip to content

Commit

Permalink
Add Java 21 build
Browse files Browse the repository at this point in the history
  • Loading branch information
lyang authored and dreamhead committed Nov 13, 2023
1 parent 9b6c321 commit 62e912a
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 @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java-version: ["8", "11", "17"]
java-version: ["8", "11", "17", "21"]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 62e912a

Please sign in to comment.