We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04bd20d commit f971f8cCopy full SHA for f971f8c
.github/workflows/check.yaml
@@ -30,8 +30,8 @@ on:
30
# OPTIONAL (ordered alphabetically)
31
java-version:
32
type: string
33
- description: "Java version to set up (default: 8)"
34
- default: '8'
+ description: "Java version to set up (default: 17)"
+ default: '17'
35
required: false
36
37
needs-binary-tarball:
.github/workflows/ci.yaml
@@ -38,7 +38,7 @@ jobs:
38
- build
39
strategy:
40
matrix:
41
- java: [ 11, 17, 21 ]
+ java: [ 8, 11, 17, 21 ]
42
fail-fast: false
43
uses: ./.github/workflows/check.yaml
44
with:
0 commit comments