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.