Skip to content

Commit eb02f64

Browse files
committed
Upgrade CI to JDK 17
1 parent a061014 commit eb02f64

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444

4545
steps:
4646
- uses: actions/checkout@v3
47-
- name: set up JDK 11
47+
- name: set up JDK 17
4848
uses: actions/setup-java@v3
4949
with:
50-
java-version: '11'
50+
java-version: '17'
5151
distribution: 'adopt'
5252
cache: gradle
5353

@@ -66,10 +66,10 @@ jobs:
6666
steps:
6767
- uses: actions/checkout@v3
6868

69-
- name: Setup JDK 11
69+
- name: Setup JDK 17
7070
uses: actions/setup-java@v3
7171
with:
72-
java-version: '11'
72+
java-version: '17'
7373
distribution: 'adopt'
7474
cache: gradle
7575

0 commit comments

Comments
 (0)