We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 928a6ba commit d69c469Copy full SHA for d69c469
1 file changed
.github/workflows/java-workflow.yml
@@ -38,7 +38,7 @@ jobs:
38
uses: actions/setup-java@v2
39
with:
40
distribution: 'temurin'
41
- java-version: '8'
+ java-version: '17'
42
- name: Build the Java SDK
43
run: |
44
mvn -version
0 commit comments