diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 26660a8..7450708 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 ] steps: - uses: actions/checkout@v2 @@ -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 diff --git a/README.md b/README.md index 90e8d1b..59a7e5d 100644 --- a/README.md +++ b/README.md @@ -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