File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
strategy :
11
11
matrix :
12
- java : [1.8 , 11, 17]
12
+ java : [9 , 11, 17]
13
13
steps :
14
14
- name : Checkout sources
15
15
uses : actions/checkout@v2
31
31
- name : Set up JDK
32
32
uses : actions/setup-java@v1
33
33
with :
34
- java-version : 11
34
+ java-version : 17
35
35
36
36
- name : Build with coverage
37
37
run : mvn -B -Pcoverage clean test jacoco:report
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Thanks to [Rinku](https://github.com/vmg/rinku) for the inspiration.
32
32
Usage
33
33
-----
34
34
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
36
36
(minimum API level 19). It has no external dependencies.
37
37
38
38
Maven coordinates
You can’t perform that action at this time.
0 commit comments