Skip to content

Commit c6bbc7d

Browse files
committed
ensure Java 17 is active JDK in multi-version GHA workflows
1 parent 4381a8f commit c6bbc7d

17 files changed

Lines changed: 17 additions & 17 deletions

.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
@@ -73,8 +73,8 @@ jobs:
7373
uses: ./.github/actions/setup-environment-action
7474
with:
7575
java-version: |
76-
17
7776
11
77+
17
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
@@ -73,8 +73,8 @@ jobs:
7373
uses: ./.github/actions/setup-environment-action
7474
with:
7575
java-version: |
76-
17
7776
11
77+
17
7878
- name: Prepare test arguments
7979
uses: ./.github/actions/test-arguments-action
8080
with:

.github/workflows/beam_PerformanceTests_xlang_KafkaIO_Python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ jobs:
7474
uses: ./.github/actions/setup-environment-action
7575
with:
7676
java-version: |
77-
17
7877
11
78+
17
7979
python-version: default
8080
- name: Set k8s access
8181
uses: ./.github/actions/setup-k8s-access

.github/workflows/beam_PostCommit_Python_Xlang_Gcp_Dataflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ jobs:
7575
uses: ./.github/actions/setup-environment-action
7676
with:
7777
java-version: |
78-
17
7978
11
79+
17
8080
python-version: |
8181
3.10
8282
3.14

.github/workflows/beam_PostCommit_Python_Xlang_Gcp_Direct.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ jobs:
7575
uses: ./.github/actions/setup-environment-action
7676
with:
7777
java-version: |
78-
17
7978
11
79+
17
8080
python-version: |
8181
3.10
8282
3.14

.github/workflows/beam_PostCommit_Python_Xlang_IO_Dataflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ jobs:
7474
uses: ./.github/actions/setup-environment-action
7575
with:
7676
java-version: |
77-
17
7877
11
78+
17
7979
python-version: |
8080
3.10
8181
3.14

.github/workflows/beam_PostCommit_Python_Xlang_IO_Direct.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ jobs:
7474
uses: ./.github/actions/setup-environment-action
7575
with:
7676
java-version: |
77-
17
7877
11
78+
17
7979
python-version: |
8080
3.10
8181
3.14

.github/workflows/beam_PostCommit_TransformService_Direct.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ jobs:
7575
uses: ./.github/actions/setup-environment-action
7676
with:
7777
java-version: |
78-
17
7978
11
79+
17
8080
python-version: |
8181
3.10
8282
${{ matrix.python_version }}

.github/workflows/beam_PostCommit_XVR_Direct.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ jobs:
7575
uses: ./.github/actions/setup-environment-action
7676
with:
7777
java-version: |
78-
17
7978
11
79+
17
8080
python-version: ${{ matrix.python_version }}
8181
- name: run PostCommit XVR Direct script
8282
env:

.github/workflows/beam_PostCommit_Yaml_Xlang_Direct.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ jobs:
7575
with:
7676
python-version: default
7777
java-version: |
78-
17
7978
11
79+
17
8080
- name: Set up Cloud SDK
8181
uses: google-github-actions/setup-gcloud@aa5489c8933f4cc7a4f7d45035b3b1440c9c10db
8282
- name: run PostCommit Yaml Xlang Direct script

0 commit comments

Comments
 (0)