forked from Upstream/Velocitab
ci: verbosely state every version
My fork of mc-publish that supports Hangar needs updating because v3.3 adds support for version ranges :(
This commit is contained in:
parent
c05d16eda0
commit
ce3bb9f954
40
.github/workflows/java_ci.yml
vendored
40
.github/workflows/java_ci.yml
vendored
@ -56,8 +56,46 @@ jobs:
|
||||
papiproxybridge | suggests | *
|
||||
miniplaceholders | suggests | *
|
||||
game-versions: |
|
||||
1.8
|
||||
1.8.1
|
||||
1.8.2
|
||||
1.8.3
|
||||
1.8.4
|
||||
1.8.5
|
||||
1.8.6
|
||||
1.8.7
|
||||
1.8.9
|
||||
>= 1.12.2 <= 1.20.2
|
||||
1.12.2
|
||||
1.13
|
||||
1.13.1
|
||||
1.13.2
|
||||
1.14
|
||||
1.14.1
|
||||
1.14.2
|
||||
1.14.3
|
||||
1.14.4
|
||||
1.15
|
||||
1.15.1
|
||||
1.15.2
|
||||
1.16
|
||||
1.16.1
|
||||
1.16.2
|
||||
1.16.3
|
||||
1.16.4
|
||||
1.16.5
|
||||
1.17
|
||||
1.17.1
|
||||
1.18
|
||||
1.18.1
|
||||
1.18.2
|
||||
1.19
|
||||
1.19.1
|
||||
1.19.2
|
||||
1.19.3
|
||||
1.19.4
|
||||
1.20
|
||||
1.20.1
|
||||
1.20.2
|
||||
java: 16
|
||||
- name: Upload GitHub Artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
|
Loading…
Reference in New Issue
Block a user