Skip to content

Commit c1f2a00

Browse files
authored
Reset Java minimum version to Java 17 (OpenJDK 17), to support Debian (Closes #2055) (PR #2057)
From the Java SE Support Roadmap (see https://www.oracle.com/java/technologies/java-se-support-roadmap.html) Java 17 LTS is supported (from "Premiere Support" column) until "September 2026, or later", so it is reasonable to keep ensuring compatibility with Java 17. As for Java 21 LTS, even though it has been in General Availability (GA) since September 2023, Debian only has the OpenJDK 21 package in `testing` and `unstable` -- see https://tracker.debian.org/pkg/openjdk-21
1 parent acd336e commit c1f2a00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
java: [23]
1919
include: # test old java on one os only, upload from ubuntu java-17
2020
- os: ubuntu-latest
21-
java: 21
21+
java: 17
2222
upload: true
2323

2424
steps:

0 commit comments

Comments
 (0)