Skip to content

Commit

Permalink
add JDK 21 to CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Feb 22, 2024
1 parent 1902755 commit b650858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- 2.13.11
- 2.13.12
- 2.13.13
java: [8, 11, 17]
java: [8, 11, 17, 21]

steps:
- name: Checkout
Expand Down

0 comments on commit b650858

Please sign in to comment.