Skip to content

Commit c62cba0

Browse files
Build[CI]: use boot jdk 8
1 parent 30c346a commit c62cba0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: set up JDK 1.7
2323
uses: actions/setup-java@v4
2424
with:
25-
java-version: 7
25+
java-version: 8
2626
distribution: zulu
2727
- name: Install build dependencies
2828
run: |
@@ -59,10 +59,10 @@ jobs:
5959
- name: Checkout repository
6060
uses: actions/checkout@v4
6161

62-
- name: set up JDK 1.7
62+
- name: set up JDK 1.8
6363
uses: actions/setup-java@v4
6464
with:
65-
java-version: 1.7
65+
java-version: 8
6666
distribution: zulu
6767

6868
- name: Build with CI build script

0 commit comments

Comments
 (0)