Skip to content

Commit 1b6b8ff

Browse files
fix: update repo actions
1 parent 759f777 commit 1b6b8ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/setup-java@v4
1717
with:
1818
distribution: 'temurin'
19-
java-version: '1.8'
19+
java-version: '8'
2020

2121
- name: Build and Test
2222
run: ./gradlew clan build
@@ -28,6 +28,6 @@ jobs:
2828
uses: ./.github/workflows/run-integration-tests.yaml
2929
with:
3030
branch: main
31-
jdk: '1.8'
31+
jdk: '8'
3232
distribution: 'corretto'
3333

0 commit comments

Comments
 (0)