We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 496c978 commit 12fd482Copy full SHA for 12fd482
.github/workflows/test-and-deploy.yml
@@ -17,7 +17,7 @@ jobs:
17
timeout-minutes: 20
18
strategy:
19
matrix:
20
- java: [8, 11]
+ java: [ 8, 11, 17 ]
21
steps:
22
- uses: actions/checkout@v2
23
@@ -43,7 +43,7 @@ jobs:
43
- name: Set up Sonatype Maven
44
uses: actions/setup-java@v2
45
with:
46
- java-version: 8
+ java-version: 17
47
distribution: temurin
48
server-id: ossrh
49
server-username: MAVEN_USERNAME
README.md
@@ -31,7 +31,7 @@ All updates to this project are documented in our [CHANGELOG](CHANGELOG.md).
31
32
## Prerequisites
33
34
-- Java 8 or 11
+- Java 8, 11, or 17
35
36
## Install via Maven w/ Gradle
37
0 commit comments