Skip to content
This repository was archived by the owner on Jul 14, 2026. It is now read-only.

Commit fe41b18

Browse files
committed
ci: removing "dependencies (8)"
1 parent 2bf1a29 commit fe41b18

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/downstream-dependencies.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
java: [8, 11]
1413
repo:
1514
- java-bigquery
1615
- java-bigqueryconnection
@@ -22,10 +21,8 @@ jobs:
2221
- uses: actions/setup-java@v3
2322
with:
2423
distribution: zulu
25-
java-version: ${{matrix.java}}
24+
java-version: 11
2625
- run: java -version
2726
- run: sudo apt-get update -y
2827
- run: sudo apt-get install libxml2-utils
2928
- run: .kokoro/client-library-check.sh ${{matrix.repo}} dependencies
30-
if: ${{matrix.java != '8' }}
31-
# Always successful for Java 8, which we'll remove soon

0 commit comments

Comments
 (0)