Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:
- uses: actions/checkout@v2

Expand All @@ -43,7 +43,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 @@ -31,7 +31,7 @@ All updates to this project are documented in our [CHANGELOG](CHANGELOG.md).

## Prerequisites

- Java 8 or 11
- Java 8, 11, or 17

## Install via Maven w/ Gradle

Expand Down