From 557dfa832530db20464fddbad90ecdc31893e466 Mon Sep 17 00:00:00 2001 From: rdk Date: Wed, 10 Apr 2024 01:08:06 +0200 Subject: [PATCH] CI: remove java 22 (gradle support) --- .github/workflows/develop.yml | 2 +- README.md | 2 +- distro/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index f4ced309..5e3367a4 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest, windows-latest, macos-latest ] - java-version: [ '11', '17', '20', '21', '22' ] + java-version: [ '11', '17', '20', '21' ] steps: - uses: actions/checkout@v4 diff --git a/README.md b/README.md index 9cd03828..c1951da8 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Version 2.4 adds support for `.cif` input and contains a special profile for pre ### Requirements -* Java 11 to 22 +* Java 11 to 21 * PyMOL 1.7 (or newer) for viewing visualizations (optional) P2Rank is tested on Linux, macOS, and Windows. diff --git a/distro/README.md b/distro/README.md index 7caec878..9cd03828 100644 --- a/distro/README.md +++ b/distro/README.md @@ -20,7 +20,7 @@ Version 2.4 adds support for `.cif` input and contains a special profile for pre ### Requirements -* Java 8 to 20 +* Java 11 to 22 * PyMOL 1.7 (or newer) for viewing visualizations (optional) P2Rank is tested on Linux, macOS, and Windows.