Skip to content

Commit 24818bd

Browse files
committed
ci: restore Java 8 test runtimes for migrated libraries
1 parent acff1f2 commit 24818bd

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/java-bigtable-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
persist-credentials: false
7272
- uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4
7373
with:
74-
java-version: 11
74+
java-version: 8
7575
distribution: temurin
7676
- name: "Set jvm system property environment variable for surefire plugin (unit tests)"
7777
# Maven surefire plugin (unit tests) allows us to specify JVM to run the tests.
@@ -98,7 +98,7 @@ jobs:
9898
- uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4
9999
with:
100100
distribution: temurin
101-
java-version: 11
101+
java-version: 8
102102
- run: java -version
103103
- run: .kokoro/build.sh
104104
env:

.github/workflows/java-cloud-bom-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
persist-credentials: false
8080
- uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5
8181
with:
82-
java-version: 11
82+
java-version: 8
8383
distribution: temurin
8484
cache: 'maven'
8585
- name: "Set jvm system property environment variable for surefire plugin (unit tests)"
@@ -112,7 +112,7 @@ jobs:
112112
- uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5
113113
with:
114114
distribution: temurin
115-
java-version: 11
115+
java-version: 8
116116
cache: 'maven'
117117
- run: java -version
118118
- name: Pre-install all BOM modules to populate local cache

.github/workflows/java-firestore-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
persist-credentials: false
7272
- uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4
7373
with:
74-
java-version: 11
74+
java-version: 8
7575
distribution: temurin
7676
- name: "Set jvm system property environment variable for surefire plugin (unit tests)"
7777
# Maven surefire plugin (unit tests) allows us to specify JVM to run the tests.
@@ -98,7 +98,7 @@ jobs:
9898
- uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4
9999
with:
100100
distribution: temurin
101-
java-version: 11
101+
java-version: 8
102102
- run: java -version
103103
- run: .kokoro/build.sh
104104
env:

.github/workflows/java-pubsub-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
persist-credentials: false
7272
- uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4
7373
with:
74-
java-version: 11
74+
java-version: 8
7575
distribution: temurin
7676
- name: "Set jvm system property environment variable for surefire plugin (unit tests)"
7777
# Maven surefire plugin (unit tests) allows us to specify JVM to run the tests.
@@ -98,7 +98,7 @@ jobs:
9898
- uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4
9999
with:
100100
distribution: temurin
101-
java-version: 11
101+
java-version: 8
102102
- run: java -version
103103
- run: .kokoro/build.sh
104104
env:

.github/workflows/java-shared-config-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
persist-credentials: false
7272
- uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4
7373
with:
74-
java-version: 11
74+
java-version: 8
7575
distribution: temurin
7676
- name: "Set jvm system property environment variable for surefire plugin (unit tests)"
7777
# Maven surefire plugin (unit tests) allows us to specify JVM to run the tests.
@@ -98,7 +98,7 @@ jobs:
9898
- uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4
9999
with:
100100
distribution: temurin
101-
java-version: 11
101+
java-version: 8
102102
- run: java -version
103103
- run: .kokoro/build.sh
104104
env:

0 commit comments

Comments
 (0)