We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cb3fc5 commit 2e04dabCopy full SHA for 2e04dab
1 file changed
.github/workflows/ci-workflow.yml
@@ -19,7 +19,7 @@ jobs:
19
strategy:
20
fail-fast: false # TODO: Set to true once CI is stable
21
matrix:
22
- version: [ 8, 11, 17 ]
+ version: [ 8, 11, 17, 21 ]
23
distribution: [ corretto, temurin ] # TODO: Add OpenJDK
24
uses: ./.github/workflows/build.yml
25
secrets: inherit
0 commit comments