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 759f777 commit 1b6b8ffCopy full SHA for 1b6b8ff
.github/workflows/build-and-test.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: actions/setup-java@v4
17
with:
18
distribution: 'temurin'
19
- java-version: '1.8'
+ java-version: '8'
20
21
- name: Build and Test
22
run: ./gradlew clan build
@@ -28,6 +28,6 @@ jobs:
28
uses: ./.github/workflows/run-integration-tests.yaml
29
30
branch: main
31
- jdk: '1.8'
+ jdk: '8'
32
distribution: 'corretto'
33
0 commit comments