Skip to content

Commit 62df6b0

Browse files
authored
Merge pull request #1198 from zhicwu/master
Use JDK 17 for nightly build
2 parents b14ba78 + 4080e2a commit 62df6b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
distribution: "temurin"
3737
java-version: |
3838
8
39-
11
39+
17
4040
cache: 'maven'
4141
- name: Setup Toolchain
4242
shell: bash
@@ -48,7 +48,7 @@ jobs:
4848
<toolchain>
4949
<type>jdk</type>
5050
<provides>
51-
<version>11</version>
51+
<version>17</version>
5252
</provides>
5353
<configuration>
5454
<jdkHome>${{ env.JAVA_HOME }}</jdkHome>

0 commit comments

Comments
 (0)