Skip to content

Commit a8a508f

Browse files
committed
Added 1.16.5 to workflows
1 parent 9abc614 commit a8a508f

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

.github/workflows/build-all.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- { dir: 1_21, mc: 1.21, lex: 51.0.24, neo: 96-beta, java: 21 }
1313
- { dir: 1_20, mc: 1.20.6, lex: 50.1.10, neo: 119, java: 21 }
1414
- { dir: 1_19, mc: 1.19.4, lex: 45.2.9, neo: 0, java: 17 }
15+
- { dir: 1_16, mc: 1.16.5, lex: 36.2.42, neo: 0, java: 8 }
1516
- { dir: 1_12, mc: 1.12.2, lex: 14.23.5.2860, neo: 0, java: 8 }
1617
uses: 3arthqu4ke/hmc-optimizations/.github/workflows/build-specific-reusable.yml@main
1718
with:

.github/workflows/release-all.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- { dir: 1_21, mc: 1.21, lex: 51.0.24, neo: 96-beta, java: 21 }
1616
- { dir: 1_20, mc: 1.20.6, lex: 50.1.10, neo: 119, java: 21 }
1717
- { dir: 1_19, mc: 1.19.4, lex: 45.2.9, neo: 0, java: 17 }
18+
- { dir: 1_16, mc: 1.16.5, lex: 36.2.42, neo: 0, java: 8 }
1819
- { dir: 1_12, mc: 1.12.2, lex: 14.23.5.2860, neo: 0, java: 8 }
1920
runs-on: ubuntu-latest
2021
steps:

.github/workflows/run-matrix.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ jobs:
1919
- { dir: 1_20, mc: 1.20.6, java: 21, lex: 50.1.10, neo: 119, task: neoforgeRunWithHeadlessMc }
2020
- { dir: 1_20, mc: 1.20.6, java: 21, lex: 50.1.10, neo: 119, task: forgeRunWithHeadlessMc }
2121
- { dir: 1_20, mc: 1.20.6, java: 21, lex: 50.1.10, neo: 119, task: fabricRunWithHeadlessMc }
22-
- { dir: 1_19, mc: 1.19.4, java: 17, lex: 45.2.9, neo: 0, task: forgeRunWithHeadlessMc }
23-
- { dir: 1_19, mc: 1.19.4, java: 17, lex: 45.2.9, neo: 0, task: fabricRunWithHeadlessMc }
22+
#- { dir: 1_19, mc: 1.19.4, java: 17, lex: 45.2.9, neo: 0, task: forgeRunWithHeadlessMc }
23+
#- { dir: 1_19, mc: 1.19.4, java: 17, lex: 45.2.9, neo: 0, task: fabricRunWithHeadlessMc }
24+
- { dir: 1_16, mc: 1.16.5, java: 8, lex: 36.2.42, neo: 0, task: forgeRunWithHeadlessMc }
25+
- { dir: 1_16, mc: 1.16.5, java: 8, lex: 36.2.42, neo: 0, task: fabricRunWithHeadlessMc }
2426
- { dir: 1_12, mc: 1.12.2, java: 8, lex: 14.23.5.2860, neo: 0, task: forgeRunWithHeadlessMc }
2527
runs-on: ubuntu-latest
2628
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name

.github/workflows/run-mc-runtime-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
- { dir: 1_20, mc: 1.20.6, type: fabric, modloader: fabric, regex: .*fabric.*, java: 21 }
2020
- { dir: 1_19, mc: 1.19.4, type: lexforge, modloader: lexforge, regex: .*forge.*, java: 17 }
2121
- { dir: 1_19, mc: 1.19.4, type: fabric, modloader: fabric, regex: .*fabric.*, java: 17 }
22+
- { dir: 1_16, mc: 1.16.5, type: lexforge, modloader: lexforge, regex: .*forge.*, java: 8 }
23+
- { dir: 1_16, mc: 1.16.5, type: fabric, modloader: fabric, regex: .*fabric.*, java: 8 }
2224
- { dir: 1_12, mc: 1.12.2, type: lexforge, modloader: lexforge, regex: .*forge.*, java: 8 }
2325
runs-on: ubuntu-latest
2426
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name

0 commit comments

Comments
 (0)