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 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
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
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.
3232Usage
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
3838Maven coordinates
You can’t perform that action at this time.
0 commit comments