From ce3bb9f9540c1ff1c5165f7773e15047b4c42550 Mon Sep 17 00:00:00 2001 From: William278 Date: Thu, 12 Oct 2023 14:15:49 +0100 Subject: [PATCH] ci: verbosely state every version My fork of mc-publish that supports Hangar needs updating because v3.3 adds support for version ranges :( --- .github/workflows/java_ci.yml | 40 ++++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/.github/workflows/java_ci.yml b/.github/workflows/java_ci.yml index 085a9dfe..94c4bb9e 100644 --- a/.github/workflows/java_ci.yml +++ b/.github/workflows/java_ci.yml @@ -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