Skip to content

Commit

Permalink
chore: Update ci.yaml to setup Java 21 unit testing (#2758)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddixit14 authored Dec 12, 2023
1 parent 20562d4 commit e62b4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
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@v4
- uses: actions/setup-java@v3
Expand Down

0 comments on commit e62b4fe

Please sign in to comment.