Skip to content

Commit 12fd482

Browse files
author
childish-sambino
authored
chore: upgrade supported language versions (#139)
1 parent 496c978 commit 12fd482

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test-and-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
timeout-minutes: 20
1818
strategy:
1919
matrix:
20-
java: [8, 11]
20+
java: [ 8, 11, 17 ]
2121
steps:
2222
- uses: actions/checkout@v2
2323

@@ -43,7 +43,7 @@ jobs:
4343
- name: Set up Sonatype Maven
4444
uses: actions/setup-java@v2
4545
with:
46-
java-version: 8
46+
java-version: 17
4747
distribution: temurin
4848
server-id: ossrh
4949
server-username: MAVEN_USERNAME

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ All updates to this project are documented in our [CHANGELOG](CHANGELOG.md).
3131

3232
## Prerequisites
3333

34-
- Java 8 or 11
34+
- Java 8, 11, or 17
3535

3636
## Install via Maven w/ Gradle
3737

0 commit comments

Comments
 (0)