Skip to content

Commit 627ad11

Browse files
committed
chore(ci): use Cardano node '10.6.1' in CI
1 parent 9f1ef6a commit 627ad11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,9 +342,9 @@ jobs:
342342
mode: ["std"]
343343
era: ${{ fromJSON(needs.build-ubuntu.outputs.eras) }}
344344
next_era: [""]
345-
cardano_node_version: ["10.4.1", "10.5.1"]
345+
cardano_node_version: ["10.4.1", "10.5.3", "10.6.1"]
346346
hard_fork_latest_era_at_epoch: [0]
347-
run_id: ["#1", "#2", "#3"]
347+
run_id: ["#1", "#2"]
348348
extra_args: ["--aggregate-signature-type=Concatenation"]
349349

350350
include:

0 commit comments

Comments
 (0)