Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenVoich committed Oct 8, 2024
1 parent c3e8561 commit 03629b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
max-parallel: 1
matrix:
moc-version: [0.11.1]
mops-version: [ic-mops@1.1.0-pre.0, ./cli/dist]
mops-version: [ic-mops@1.1.0, ./cli/dist]
node-version: [20]

runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mops-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
max-parallel: 3
fail-fast: false
matrix:
mops-version: [./cli/dist, ic-mops@1.0.0, ic-mops@1.1.0-pre.0, "https://cli.mops.one/versions/latest.tgz"]
mops-version: [./cli/dist, ic-mops@1.0.0, "https://cli.mops.one/versions/latest.tgz"]
moc-version: [0.11.1]
node-version: [18, 20, 22]
runner: [ubuntu-latest, macos-latest]
Expand Down
24 changes: 1 addition & 23 deletions mops.lock
Original file line number Diff line number Diff line change
@@ -1,28 +1,6 @@
{
"version": 3,
"version": 2,
"mopsTomlDepsHash": "a39c7d6e2730ad672c0b1b1769183d7936cf01a183a468578a672322b86e5057",
"deps": {
"base": "0.12.1",
"time-consts": "1.0.1",
"map": "9.0.1",
"ic": "1.0.1",
"backup": "3.0.0",
"linked-list": "0.1.0",
"http-types": "1.0.1",
"motoko-datetime": "https://github.com/ByronBecker/motoko-datetime#v0.1.1@bda6139ec56d36731326727ae28510f1e1843f27",
"memory-region": "0.1.1",
"stableheapbtreemap": "1.3.0",
"matchers": "https://github.com/kritzcreek/motoko-matchers#v1.3.0",
"fuzz": "0.2.1",
"sha2": "0.1.0",
"vector": "0.4.0",
"datetime": "0.3.0",
"xtended-text": "0.3.0",
"xtended-numbers": "0.3.1",
"principal-ext": "0.1.0",
"test": "2.0.0",
"bench": "1.0.0"
},
"hashes": {
"base@0.12.1": {
"base@0.12.1/mops.toml": "118b3be79becd448f8e448734d8319c162f2de3ab86995fa7fe40afce207f145",
Expand Down

0 comments on commit 03629b9

Please sign in to comment.