Skip to content

Commit 62f2a7d

Browse files
committed
fixed JDK version
1 parent cd73ae7 commit 62f2a7d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup JDK 8
3131
uses: actions/setup-java@v5
3232
with:
33-
java-version: 1.8
33+
java-version: 8
3434
distribution: temurin
3535
# TODO: likely will need caching for JS deps as well
3636
- name: Cache Maven packages

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup JDK 1.8
1818
uses: actions/setup-java@v5
1919
with:
20-
java-version: 1.8
20+
java-version: 8
2121
distribution: temurin
2222
- name: Cache Maven packages
2323
uses: actions/cache@v3

0 commit comments

Comments
 (0)