Skip to content

Commit 3cc35be

Browse files
authored
Update README.md - update CI status badge
The previous badges were pointing to old CI (last run in 2021) leading to false impression that it is tested with Java 7, 8 and 11 only. I updated to point to new GitHub Ci. I only pointed to the top-level as I have not found a way to point to specific job of a GitHub workflow.
1 parent 7ccb2fc commit 3cc35be

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,8 @@ cd -
7575

7676
Java Version | Status
7777
------------ | ------
78-
Java 7 | [![Kokoro CI](https://storage.googleapis.com/cloud-devrel-public/java/badges/google-api-java-client/java7.svg)](https://storage.googleapis.com/cloud-devrel-public/java/badges/google-api-java-client/java7.html)
79-
Java 8 | [![Kokoro CI](https://storage.googleapis.com/cloud-devrel-public/java/badges/google-api-java-client/java8.svg)](https://storage.googleapis.com/cloud-devrel-public/java/badges/google-api-java-client/java8.html)
80-
Java 11 | [![Kokoro CI](https://storage.googleapis.com/cloud-devrel-public/java/badges/google-api-java-client/java11.svg)](https://storage.googleapis.com/cloud-devrel-public/java/badges/google-api-java-client/java11.html)
78+
79+
[![GitHub CI](https://github.com/googleapis/google-api-java-client/actions/workflows/ci.yaml/badge.svg)](https://github.com/googleapis/google-api-java-client/actions/workflows/ci.yaml)
8180

8281
## Dependencies
8382
This library is built on top of two common libraries, also built by Google, and also designed to

0 commit comments

Comments
 (0)