Skip to content

Commit

Permalink
ci: Update ci.yaml to introduce Java 21 unit testing (#1907)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddixit14 committed Dec 1, 2023
1 parent 62fecb3 commit c06d605
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [11, 17]
java: [11, 17, 21]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
Expand Down

0 comments on commit c06d605

Please sign in to comment.