Skip to content

Commit 87fc4c0

Browse files
committed
Bump minimum Java version in CI from 8 to 9
1 parent f883409 commit 87fc4c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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, 17]
12+
java: [9, 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: 11
34+
java-version: 17
3535

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

README.md

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

35-
This library is supported on Java 8 or later. It works on Android
35+
This library is supported on Java 9 or later. It works on Android
3636
(minimum API level 19). It has no external dependencies.
3737

3838
Maven coordinates

0 commit comments

Comments
 (0)