Migrate modpacks from 1.21.11 to Minecraft 26.1#21
Conversation
Agent-Logs-Url: https://github.com/CyclopsMC/packtests/sessions/430cbe48-56af-4129-895a-545f8fc80114 Co-authored-by: rubensworks <440384+rubensworks@users.noreply.github.com>
rubensworks
left a comment
There was a problem hiding this comment.
CI for this PR fails at different places. Please analyze and fix.
.github/workflows/gametests.yml
Outdated
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
| - name: 'Test in runtime client' | ||
| if: matrix.env == 'client' && (matrix.loader != 'forge' && matrix.loader != 'fabric' && matrix.mc != '1.21.11') # This does not work yet on Forge, Fabric, or 1.21.11 (all loaders) | ||
| if: matrix.env == 'client' && (matrix.loader != 'forge' && matrix.loader != 'fabric' && matrix.mc != '26.1') # This does not work yet on Forge, Fabric, or 26.1 (all loaders) |
There was a problem hiding this comment.
'26.1' can be excluded from this if-condition.
There was a problem hiding this comment.
Done in commit 788bb1a — removed the matrix.mc != '26.1.1' exclusion so client tests now run for 26.1.1 NeoForge.
…e 26.1 client test exclusion Agent-Logs-Url: https://github.com/CyclopsMC/packtests/sessions/56215e04-9aa9-468c-b9cb-6106b4ca970d Co-authored-by: rubensworks <440384+rubensworks@users.noreply.github.com>
Fixed in commit
|
Agent-Logs-Url: https://github.com/CyclopsMC/packtests/sessions/56215e04-9aa9-468c-b9cb-6106b4ca970d Co-authored-by: rubensworks <440384+rubensworks@users.noreply.github.com>
modpacks/cyclops-all/26.1.1/neoforge/pom.xmlmodpacks/cyclops-all/26.1.1/fabric/pom.xmlmodpacks/cyclops-all/26.1.1/forge/pom.xmlmodpacks/cyclops-id/26.1.1/neoforge/pom.xmlgametests.yml:1.21.11with26.1.1(correct full MC version)java-version: 21→java-version: 25(MC 26.1.1 requires Java 25)mc-runtime-test@4.3.0→@4.3.1(adds 26.1.1 support + cache fix)matrix.mc != '26.1.1'from client test condition (26.1.1 works for client tests)mc: 26.1.1<version>tag from26.1to26.1.1