Skip to content

Commit 775fc04

Browse files
committed
Remove support for building with java < 17
The target release is still Java 8.
1 parent 2eec5ff commit 775fc04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
java: [9, 11, 17, 21, 24, 25-ea]
12+
java: [17, 21, 24, 25-ea]
1313

1414
steps:
1515
- uses: ts-graphviz/setup-graphviz@v2

0 commit comments

Comments
 (0)