File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
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 : [8, 11, 17, 21]
12
+ java : [11, 17, 21]
13
13
steps :
14
14
- name : Checkout sources
15
15
uses : actions/checkout@v2
32
32
- name : Set up JDK
33
33
uses : actions/setup-java@v2
34
34
with :
35
- java-version : 8
35
+ java-version : 11
36
36
distribution : ' zulu'
37
37
38
38
- name : Build with coverage
50
50
- name : Set up JDK
51
51
uses : actions/setup-java@v2
52
52
with :
53
- java-version : 8
53
+ java-version : 11
54
54
distribution : ' zulu'
55
55
56
56
- name : Android Lint checks
Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ full library with a nice API and the following features:
23
23
* Flexible (manipulate the AST after parsing, customize HTML rendering)
24
24
* Extensible (tables, strikethrough, autolinking and more, see below)
25
25
26
- The library is supported on Java 8 or later. It should work on Java 7
27
- and Android too, but that is on a best-effort basis, please report
28
- problems. For Android the minimum API level is 19, see the
26
+ The library is supported on Java 11 and later. It should work on Android too,
27
+ but that is on a best-effort basis, please report problems. For Android the
28
+ minimum API level is 19, see the
29
29
[ commonmark-android-test] ( commonmark-android-test ) directory.
30
30
31
31
Coordinates for core library (see all on [ Maven Central] ):
You can’t perform that action at this time.
0 commit comments