Skip to content

Commit 902be25

Browse files
committed
Test against Java 17, bump minimum versions
Not actually testing against Java 7, so don't mention that anymore.
1 parent 8d77019 commit 902be25

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
java: [1.8, 11]
12+
java: [1.8, 11, 17]
1313
steps:
1414
- name: Checkout sources
1515
uses: actions/checkout@v2
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up JDK
3232
uses: actions/setup-java@v1
3333
with:
34-
java-version: 1.8
34+
java-version: 11
3535

3636
- name: Build with coverage
3737
run: mvn -B -Pcoverage clean test jacoco:report

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Thanks to [Rinku](https://github.com/vmg/rinku) for the inspiration.
3232
Usage
3333
-----
3434

35-
This library requires at least Java 7 (tested up to Java 11). It works on Android (minimum API level 15).
36-
It has no external dependencies.
35+
This library is supported on Java 8 or later. It works on Android
36+
(minimum API level 19). It has no external dependencies.
3737

3838
Maven coordinates
3939
(see
@@ -208,6 +208,6 @@ See CONTRIBUTING.md file.
208208
License
209209
-------
210210

211-
Copyright (c) 2015-2018 Robin Stocker and others, see Git history
211+
Copyright (c) 2015-2022 Robin Stocker and others, see Git history
212212

213213
MIT licensed, see LICENSE file.

0 commit comments

Comments
 (0)