Skip to content

Commit

Permalink
chore: Update unitTests.yaml to setup Java 21 unit testing (#2434)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddixit14 authored Dec 12, 2023
1 parent 2d81449 commit d8b76a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unitTests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [17, 19]
java: [17, 19, 21]
steps:
- name: Get current date
id: date
Expand Down

0 comments on commit d8b76a6

Please sign in to comment.