Skip to content

Commit a469057

Browse files
HDDS-15042. Run basic checks with Java 21 (#10093)
1 parent f1122aa commit a469057

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
uses: ./.github/workflows/check.yml
183183
with:
184184
checkout-fetch-depth: ${{ matrix.check != 'bats' && 1 || 0 }}
185-
java-version: 8 # HDDS-10150
185+
java-version: ${{ matrix.check == 'findbugs' && '8' || needs.build-info.outputs.java-version }} # HDDS-10150
186186
needs-maven-cache: ${{ !contains('author,bats', matrix.check) }}
187187
ratis-args: ${{ inputs.ratis_args }}
188188
script: ${{ matrix.check }}

0 commit comments

Comments
 (0)