Skip to content

Commit

Permalink
ci: add java 21 in the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Jul 10, 2024
1 parent 390df54 commit dbbf999
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [7, 8, 11]
java:
- 7
- 8
- 11
- 21

steps:
- name: Checkout repository
Expand Down

0 comments on commit dbbf999

Please sign in to comment.