Skip to content

Commit e62b4fe

Browse files
authored
chore: Update ci.yaml to setup Java 21 unit testing (#2758)
1 parent 20562d4 commit e62b4fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
java: [11, 17]
28+
java: [11, 17, 21]
2929
steps:
3030
- uses: actions/checkout@v4
3131
- uses: actions/setup-java@v3

0 commit comments

Comments
 (0)