Skip to content

Commit

Permalink
Reset Java minimum version to Java 17 (OpenJDK 17), to support Debian (
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
soloturn authored Jan 5, 2025
1 parent acd336e commit c1f2a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
java: [23]
include: # test old java on one os only, upload from ubuntu java-17
- os: ubuntu-latest
java: 21
java: 17
upload: true

steps:
Expand Down

0 comments on commit c1f2a00

Please sign in to comment.