Skip to content

Commit a505b9b

Browse files
committed
Update CI to use JDK 17
Signed-off-by: Matt Ramotar <matt.ramotar@uber.com>
1 parent 3fb86a8 commit a505b9b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
fetch-depth: 0
2727
persist-credentials: false
2828

29-
- name: Set up JDK 11
29+
- name: Set up JDK 17
3030
uses: actions/setup-java@v4
3131
with:
3232
distribution: 'zulu'
33-
java-version: '11'
33+
java-version: '17'
3434

3535
- name: Setup Gradle
3636
uses: gradle/gradle-build-action@v2
@@ -59,11 +59,11 @@ jobs:
5959
- name: Checkout
6060
uses: actions/checkout@v3
6161

62-
- name: Set up JDK 11
62+
- name: Set up JDK 17
6363
uses: actions/setup-java@v4
6464
with:
6565
distribution: 'zulu'
66-
java-version: '11'
66+
java-version: '17'
6767

6868
- name: Grant execute permission for Gradlew
6969
run: chmod +x gradlew

0 commit comments

Comments
 (0)