Skip to content

Commit 4d4525a

Browse files
authored
Update README.md. Add info about java 25
1 parent dddba6a commit 4d4525a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Quick Start
2727

2828
In order to build the library you'll need:
2929

30-
* Java 8, 11, 17 or 21, which can be downloaded [from Oracle](https://www.oracle.com/technetwork/java/javase/downloads/index.html), or for Linux users [OpenJDK](https://openjdk.java.net/install/index.html).
30+
* Java 8, 11, 17, 21 or 25, which can be downloaded [from Oracle](https://www.oracle.com/technetwork/java/javase/downloads/index.html), or for Linux users [OpenJDK](https://openjdk.java.net/install/index.html).
3131
* [Maven v3+](https://maven.apache.org/)
3232

3333
Life will be easier if you also use [Git](https://git-scm.com/) to obtain and manage the source.
@@ -68,4 +68,4 @@ To run regression tests after project's Maven build:
6868
java -jar veraPDF-wcag-regression-tests-${project.version}.jar
6969

7070
Where `${project.version}` is the last development or release version.
71-
Regression test results will be produced to `stdout`.
71+
Regression test results will be produced to `stdout`.

0 commit comments

Comments
 (0)