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 05ec043 commit 7d58659Copy full SHA for 7d58659
.github/workflows/dotnet-workflow.yml
@@ -32,10 +32,10 @@ jobs:
32
needs: build
33
runs-on: windows-latest
34
steps:
35
- - name: Set up JDK 11
+ - name: Set up JDK 17
36
uses: actions/setup-java@v1
37
with:
38
- java-version: 1.11
+ java-version: 1.17
39
- uses: actions/checkout@v2
40
41
fetch-depth: 0
0 commit comments