Skip to content

Commit 6dca7da

Browse files
committed
ci: adds Java 21 (LTS) to CI test targets.
1 parent 58eb369 commit 6dca7da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
timeout-minutes: 15
99
strategy:
1010
matrix:
11-
java: [ '11', '17' ]
11+
java: [ '11', '17', '21' ]
1212
permissions:
1313
checks: write
1414
env:

0 commit comments

Comments
 (0)