Skip to content

Commit 2cd9557

Browse files
committed
Update all GH actions to java 17
1 parent 1d73e86 commit 2cd9557

13 files changed

+17
-17
lines changed

.github/workflows/arrow-flight-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
java: [ 8, 17.0.13 ]
22+
java: [ 17.0.13 ]
2323
modules:
2424
- ":presto-base-arrow-flight" # Only run tests for the `presto-base-arrow-flight` module
2525

@@ -183,7 +183,7 @@ jobs:
183183
uses: actions/setup-java@v4
184184
with:
185185
distribution: 'temurin'
186-
java-version: 8
186+
java-version: 17.0.13
187187
cache: 'maven'
188188
- name: Download nodejs to maven cache
189189
run: .github/bin/download_nodejs

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/setup-java@v4
3838
with:
3939
distribution: 'temurin'
40-
java-version: 8
40+
java-version: 17.0.3
4141
cache: 'maven'
4242
- name: Maven Install
4343
run: |

.github/workflows/hive-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
java: [ 8, 17.0.13 ]
37+
java: [ 17.0.13 ]
3838
runs-on: ubuntu-latest
3939
needs: changes
4040
timeout-minutes: 60
@@ -88,7 +88,7 @@ jobs:
8888
strategy:
8989
fail-fast: false
9090
matrix:
91-
java: [ 8, 17.0.13 ]
91+
java: [ 17.0.13 ]
9292
runs-on: ubuntu-latest
9393
needs: changes
9494
timeout-minutes: 20

.github/workflows/kudu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
java: [ 8, 17.0.13 ]
35+
java: [ 17.0.13 ]
3636
runs-on: ubuntu-latest
3737
needs: changes
3838
timeout-minutes: 60

.github/workflows/maven-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
java: [ 8, 17.0.13 ]
18+
java: [ 17.0.13 ]
1919
runs-on: ubuntu-latest
2020
timeout-minutes: 45
2121
concurrency:

.github/workflows/presto-release-prepare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
required: false
1616

1717
env:
18-
JAVA_VERSION: '11'
18+
JAVA_VERSION: '17.0.13'
1919
JAVA_DISTRIBUTION: 'temurin'
2020

2121
jobs:

.github/workflows/prestocpp-linux-build-and-unit-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
uses: actions/setup-java@v4
126126
with:
127127
distribution: 'temurin'
128-
java-version: 8
128+
java-version: 17.0.13
129129
cache: 'maven'
130130
- name: Download nodejs to maven cache
131131
run: .github/bin/download_nodejs
@@ -204,7 +204,7 @@ jobs:
204204
uses: actions/setup-java@v4
205205
with:
206206
distribution: 'temurin'
207-
java-version: '8'
207+
java-version: 17.0.13
208208
cache: 'maven'
209209
- name: Download nodejs to maven cache
210210
run: .github/bin/download_nodejs
@@ -275,7 +275,7 @@ jobs:
275275
uses: actions/setup-java@v4
276276
with:
277277
distribution: 'temurin'
278-
java-version: '8'
278+
java-version: 17.0.13
279279
cache: 'maven'
280280
- name: Download nodejs to maven cache
281281
run: .github/bin/download_nodejs

.github/workflows/product-tests-basic-environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
java: [ 8, 17.0.13 ]
35+
java: [ 17.0.13 ]
3636
runs-on: ubuntu-latest
3737
needs: changes
3838
timeout-minutes: 60

.github/workflows/product-tests-specific-environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
java: [ 8, 17.0.13 ]
35+
java: [ 17.0.13 ]
3636
runs-on: ubuntu-latest
3737
needs: changes
3838
timeout-minutes: 60

.github/workflows/singlestore-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
java: [ 8, 17.0.13 ]
36+
java: [ 17.0.13 ]
3737
runs-on: ubuntu-latest
3838
needs: changes
3939
timeout-minutes: 30

0 commit comments

Comments
 (0)