Skip to content

Commit

Permalink
CI: remove java 22 (gradle support)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdk committed Apr 9, 2024
1 parent f612141 commit 557dfa8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion distro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 557dfa8

Please sign in to comment.