Skip to content

Commit f971f8c

Browse files
authored
RATIS-2359. Use JDK 17 for CI checks (#1315)
1 parent 04bd20d commit f971f8c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ on:
3030
# OPTIONAL (ordered alphabetically)
3131
java-version:
3232
type: string
33-
description: "Java version to set up (default: 8)"
34-
default: '8'
33+
description: "Java version to set up (default: 17)"
34+
default: '17'
3535
required: false
3636

3737
needs-binary-tarball:

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- build
3939
strategy:
4040
matrix:
41-
java: [ 11, 17, 21 ]
41+
java: [ 8, 11, 17, 21 ]
4242
fail-fast: false
4343
uses: ./.github/workflows/check.yaml
4444
with:

0 commit comments

Comments
 (0)