File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ Thanks to [Rinku](https://github.com/vmg/rinku) for the inspiration.
3232Usage
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
3838Maven coordinates
3939(see
@@ -208,6 +208,6 @@ See CONTRIBUTING.md file.
208208License
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
213213MIT licensed, see LICENSE file.
You can’t perform that action at this time.
0 commit comments