Skip to content

Commit a3d392b

Browse files
authored
Merge pull request #247 from commonmark/java-17
Test against Java 17
2 parents 8899035 + 38461d4 commit a3d392b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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]
12+
java: [1.8, 11, 17]
1313
steps:
1414
- name: Checkout sources
1515
uses: actions/checkout@v2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ full library with a nice API and the following features:
2323
* Flexible (manipulate the AST after parsing, customize HTML rendering)
2424
* Extensible (tables, strikethrough, autolinking and more, see below)
2525

26-
The library is supported on Java 8 and Java 9. It should work on Java 7
26+
The library is supported on Java 8 or later. It should work on Java 7
2727
and Android too, but that is on a best-effort basis, please report
2828
problems. For Android the minimum API level is 19, see the
2929
[commonmark-android-test](commonmark-android-test) directory.

0 commit comments

Comments
 (0)