From 6a978a8038ff7b9adee0448682af67ce1915a0fb Mon Sep 17 00:00:00 2001 From: Sam Harrison Date: Mon, 7 Feb 2022 16:25:31 -0600 Subject: [PATCH] chore: upgrade supported language versions --- .github/workflows/test-and-deploy.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index b339136c..22dbe850 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -17,7 +17,7 @@ jobs: timeout-minutes: 20 strategy: matrix: - java: [ 8, 11 ] + java: [ 8, 11, '17-oraclelinux7' ] env: DOCKER_LOGIN: ${{ secrets.DOCKER_USERNAME && secrets.DOCKER_AUTH_TOKEN }} steps: @@ -46,7 +46,7 @@ jobs: - name: Set up Sonatype Maven uses: actions/setup-java@v2 with: - java-version: 8 + java-version: 17 distribution: temurin server-id: ossrh server-username: MAVEN_USERNAME diff --git a/README.md b/README.md index f7d63183..5b794861 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ We appreciate your continued support, thank you! ## Prerequisites -- Java 8 or 11 +- Java 8, 11, or 17 - The Twilio SendGrid service, starting at the [free level](https://sendgrid.com/free?source=sendgrid-java) to send up to 40,000 emails for the first 30 days, then send 100 emails/day free forever or check out [our pricing](https://sendgrid.com/pricing?source=sendgrid-java). ## Setup Environment Variables