Skip to content

Commit

Permalink
chore: upgrade supported language versions (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
childish-sambino authored Feb 8, 2022
1 parent 7056514 commit 0774762
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
timeout-minutes: 20
strategy:
matrix:
java: [8, 11]
java: [ 8, 11, 17 ]
steps:
- name: Checkout smtpapi-java
uses: actions/checkout@v2
Expand Down Expand Up @@ -47,7 +47,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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ All updates to this module are documented in our [CHANGELOG](CHANGELOG.md).

## Prerequisites

- Java 8 or 11
- Java 8, 11, or 17
- The SendGrid service, starting at the [free level](https://sendgrid.com/free?source=smtpapi-java)

## Install Package
Expand Down

0 comments on commit 0774762

Please sign in to comment.