diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e765291f6..a332aa932 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: strategy: matrix: - java-version: [7, 8, 11] + java-version: [8, 11] steps: - uses: actions/checkout@v1 diff --git a/README.md b/README.md index 406223d06..69ba28b36 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ requests, code review feedback, and also pull requests. ## Supported Java Versions -We support Java 7 and higher. Firebase Admin Java SDK also runs on [Google App +We support Java 8 and higher. Firebase Admin Java SDK also runs on [Google App Engine](https://cloud.google.com/appengine/).