We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0e3e73 commit e44439fCopy full SHA for e44439f
1 file changed
.github/workflows/test-action.yml
@@ -18,21 +18,21 @@ jobs:
18
matrix:
19
os:
20
- ubuntu-latest
21
- # - windows-latest
22
- # - macos-latest
+ - windows-latest
+ - macos-latest
23
jython_version:
24
- "2.7.3"
25
- # - "2.7.2"
26
- # - "2.7.1"
27
- # - "2.7.0"
28
- # - "2.5.3"
29
- # - "2.5.2"
30
- # - "2.5.1"
31
- # - "2.5.0"
32
- # - "2.2.1"
33
- # - "2.2"
34
- # - "2.1"
35
- # - "2.0"
+ - "2.7.2"
+ - "2.7.1"
+ - "2.7.0"
+ - "2.5.3"
+ - "2.5.2"
+ - "2.5.1"
+ - "2.5.0"
+ - "2.2.1"
+ - "2.2"
+ - "2.1"
+ - "2.0"
36
37
# [GH-1] Jython 2.0 and 2.1 do not work on macOS and Ubuntu
38
exclude:
0 commit comments