Skip to content

Commit 8f6b088

Browse files
ggreifclaude
andcommitted
ci: add moc 1.4.1 to build + mops-test matrices
0.14.13 is from 2024 and no longer representative of what real users run (mops ships lockfile v3, caffeineai-* extensions, etc., all consumed by projects on moc 1.x). Adding 1.4.1 alongside catches forward-compat issues without losing the old-version coverage. The pre-cache step in ci.yml already primes 1.3.0, so the toolchain cache infrastructure handles multi-version matrices without extra plumbing. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 4be097c commit 8f6b088

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build:
1515
strategy:
1616
matrix:
17-
moc-version: [0.14.13]
17+
moc-version: [0.14.13, 1.4.1]
1818
node-version: [22]
1919
include:
2020
- mops-version: ic-mops@1.0.0

.github/workflows/mops-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
ic-mops@1.0.0,
2424
"https://cli.mops.one/versions/latest.tgz",
2525
]
26-
moc-version: [0.14.13]
26+
moc-version: [0.14.13, 1.4.1]
2727
node-version: [22, 24]
2828
runner: [ubuntu-latest]
2929

0 commit comments

Comments
 (0)