Skip to content

Commit 5db3979

Browse files
committed
docs: Update to reflect latest changes [skip ci]
1 parent 73ee2c8 commit 5db3979

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ steps:
1515
- uses: actions/checkout@v3
1616

1717
- name: Install Jython
18-
uses: LukeSavefrogs/setup-jython@v1
18+
uses: LukeSavefrogs/setup-jython@v3
1919
with:
2020
jython-version: '2.5.2'
2121
installation-path: '~/jython/' # Default
@@ -25,11 +25,14 @@ steps:
2525
2626
## Supported versions
2727
28-
This action supports all versions currently listed on the official repositories:
28+
This action supports all versions (_both stable and development releases_) currently listed on the official repositories:
2929
30-
- [SourceForge](https://sourceforge.net/projects/jython/files/jython/) (`2.0` - `2.5.2`)
30+
- [SourceForge - Stable](https://sourceforge.net/projects/jython/files/jython/) (`2.0` - `2.5.2`)
31+
- [SourceForge - Development](https://sourceforge.net/projects/jython/files/jython-dev/) (`2.5a1` - `2.7.0a2`)
3132
- [Maven](https://search.maven.org/artifact/org.python/jython-installer) (`2.5.3-rc1` - `2.7.3`)
3233

33-
> **NOTE**
34+
> ⚠️ **WARNING** ⚠️
3435
>
35-
> As of `v1`, this action does not support Jython 2.0 and 2.1!
36+
> As of **`v3`**, Jython versions **2.0**/**2.1** **work only on `windows-*` runners**!
37+
>
38+
> See issue [#1](https://github.com/LukeSavefrogs/setup-jython/issues/1) for more info..

0 commit comments

Comments
 (0)