Skip to content

Commit 2e04dab

Browse files
ci: add Java 21 to CI matrix (#511)
1 parent 8cb3fc5 commit 2e04dab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false # TODO: Set to true once CI is stable
2121
matrix:
22-
version: [ 8, 11, 17 ]
22+
version: [ 8, 11, 17, 21 ]
2323
distribution: [ corretto, temurin ] # TODO: Add OpenJDK
2424
uses: ./.github/workflows/build.yml
2525
secrets: inherit

0 commit comments

Comments
 (0)