Skip to content

Commit 273a694

Browse files
authored
Move to Java11 for GHA workflow still uses Java 8 (#35446)
1 parent 7b63aec commit 273a694

10 files changed

+10
-16
lines changed

.github/workflows/beam_LoadTests_Java_GBK_Dataflow_V2_Batch_Java17.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
with:
7575
java-version: |
7676
17
77-
8
77+
11
7878
- name: Prepare test arguments
7979
uses: ./.github/actions/test-arguments-action
8080
with:

.github/workflows/beam_LoadTests_Java_GBK_Dataflow_V2_Streaming_Java17.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
with:
7575
java-version: |
7676
17
77-
8
77+
11
7878
- name: Prepare test arguments
7979
uses: ./.github/actions/test-arguments-action
8080
with:

.github/workflows/beam_PostCommit_Java_DataflowV1.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,7 @@ jobs:
7575
- name: Setup environment
7676
uses: ./.github/actions/setup-environment-action
7777
with:
78-
java-version: |
79-
11
80-
8
78+
java-version: default
8179
- name: run PostCommit Java Dataflow V1 script
8280
uses: ./.github/actions/gradle-command-self-hosted-action
8381
with:

.github/workflows/beam_PostCommit_Java_Jpms_Dataflow_Java17.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
java-version: |
7777
17
78-
8
78+
11
7979
- name: run PostCommit Java Jpms Dataflow Java17 script
8080
uses: ./.github/actions/gradle-command-self-hosted-action
8181
with:

.github/workflows/beam_PostCommit_Java_Jpms_Direct_Java17.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
java-version: |
7777
17
78-
8
78+
11
7979
- name: run PostCommit Java Jpms Direct Java17 script
8080
uses: ./.github/actions/gradle-command-self-hosted-action
8181
with:

.github/workflows/beam_PostCommit_Java_Jpms_Direct_Java21.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
distribution: 'temurin'
7777
java-version: |
7878
21
79-
8
79+
11
8080
- name: run PostCommit Java Jpms Direct Java21 script
8181
uses: ./.github/actions/gradle-command-self-hosted-action
8282
with:

.github/workflows/beam_PostCommit_Python_ValidatesContainer_Dataflow.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,7 @@ jobs:
7777
- name: Setup environment
7878
uses: ./.github/actions/setup-environment-action
7979
with:
80-
java-version: |
81-
11
82-
8
80+
java-version: default
8381
python-version: ${{ matrix.python_version }}
8482
- name: Set PY_VER_CLEAN
8583
id: set_py_ver_clean

.github/workflows/beam_PostCommit_Python_ValidatesContainer_Dataflow_With_RC.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,7 @@ jobs:
7777
- name: Setup environment
7878
uses: ./.github/actions/setup-environment-action
7979
with:
80-
java-version: |
81-
11
82-
8
80+
java-version: default
8381
python-version: ${{ matrix.python_version }}
8482
- name: Set PY_VER_CLEAN
8583
id: set_py_ver_clean

.github/workflows/beam_PreCommit_Java_Examples_Dataflow_Java21.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
with:
101101
java-version: |
102102
21
103-
8
103+
11
104104
- name: Clean
105105
uses: ./.github/actions/gradle-command-self-hosted-action
106106
with:

.github/workflows/beam_PreCommit_SQL_Java17.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
with:
8686
java-version: |
8787
17
88-
8
88+
11
8989
python-version: default
9090
- name: Build and Test
9191
uses: ./.github/actions/gradle-command-self-hosted-action

0 commit comments

Comments
 (0)