From c471c09bd0b92f965a5515ba5ee77f9a25d1fa6a Mon Sep 17 00:00:00 2001 From: 3arthqu4ke <56741599+3arthqu4ke@users.noreply.github.com> Date: Mon, 4 Nov 2024 10:03:59 +0100 Subject: [PATCH 1/2] 1.21.3 --- .github/workflows/build-all.yml | 1 + .github/workflows/release-all.yml | 1 + .github/workflows/run-matrix.yml | 3 +++ 3 files changed, 5 insertions(+) diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index c9b60c4..8e21a80 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -9,6 +9,7 @@ jobs: matrix: version: - { dir: hmc-specifics-api, mc: api, lex: api, neo: api, java: 8 } + - { dir: 1_21, mc: 1.21.3, lex: 53.0.7, neo: 11-beta, java: 21 } - { dir: 1_21, mc: 1.21.1, lex: 52.0.2, neo: 4, java: 21 } - { dir: 1_21, mc: 1.21, lex: 51.0.24, neo: 96-beta, java: 21 } - { dir: 1_20, mc: 1.20.6, lex: 50.1.10, neo: 119, java: 21 } diff --git a/.github/workflows/release-all.yml b/.github/workflows/release-all.yml index 89d9e4c..46f0464 100644 --- a/.github/workflows/release-all.yml +++ b/.github/workflows/release-all.yml @@ -12,6 +12,7 @@ jobs: matrix: version: - { dir: hmc-specifics-api, mc: api, lex: api, neo: api, java: 8 } + - { dir: 1_21, mc: 1.21.3, lex: 53.0.7, neo: 11-beta, java: 21 } - { dir: 1_21, mc: 1.21.1, lex: 52.0.2, neo: 4, java: 21 } - { dir: 1_21, mc: 1.21, lex: 51.0.24, neo: 96-beta, java: 21 } - { dir: 1_20, mc: 1.20.6, lex: 50.1.10, neo: 119, java: 21 } diff --git a/.github/workflows/run-matrix.yml b/.github/workflows/run-matrix.yml index dbc5ee5..423d2a8 100644 --- a/.github/workflows/run-matrix.yml +++ b/.github/workflows/run-matrix.yml @@ -10,6 +10,9 @@ jobs: strategy: matrix: version: + - { dir: 1_21, mc: 1.21.3, type: lexforge, modloader: forge, regex: .*forge.*, java: 21 } + - { dir: 1_21, mc: 1.21.3, type: neoforge, modloader: neoforge, regex: .*neoforge.*, java: 21 } + - { dir: 1_21, mc: 1.21.3, type: fabric, modloader: fabric, regex: .*fabric.*, java: 21 } - { dir: 1_21, mc: 1.21.1, type: lexforge, modloader: forge, regex: .*forge.*, java: 21 } - { dir: 1_21, mc: 1.21.1, type: neoforge, modloader: neoforge, regex: .*neoforge.*, java: 21 } - { dir: 1_21, mc: 1.21.1, type: fabric, modloader: fabric, regex: .*fabric.*, java: 21 } From dab0e18e7a409d6a5882e5e93c6fc8a276c2e838 Mon Sep 17 00:00:00 2001 From: 3arthqu4ke <56741599+3arthqu4ke@users.noreply.github.com> Date: Mon, 4 Nov 2024 19:02:37 +0100 Subject: [PATCH 2/2] Update mc-runtime-test to 2.4.0 --- .github/workflows/run-matrix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-matrix.yml b/.github/workflows/run-matrix.yml index 423d2a8..18630b9 100644 --- a/.github/workflows/run-matrix.yml +++ b/.github/workflows/run-matrix.yml @@ -77,7 +77,7 @@ jobs: - name: Copy mod jar run: cp ${{ matrix.version.dir }}/build/libs/hmc-specifics-*-${{ matrix.version.type }}-release.jar run/mods - name: Run the MC client - uses: 3arthqu4ke/mc-runtime-test@2.3.1 + uses: 3arthqu4ke/mc-runtime-test@2.4.0 with: mc: ${{ matrix.version.mc }} modloader: ${{ matrix.version.modloader }}