Skip to content

Commit 7b83f57

Browse files
committed
feat: add e2e test for Cardano node '9.0.0' in CI
1 parent c9fab14 commit 7b83f57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,8 @@ jobs:
289289
matrix:
290290
mode: ["std"]
291291
era: ${{ fromJSON(needs.build-ubuntu-X64.outputs.eras) }}
292-
cardano_node_version: ["8.9.4", "8.12.2", "8.11.0-pre", "8.12.0-pre"]
292+
cardano_node_version:
293+
["8.9.4", "8.12.2", "9.0.0", "8.11.0-pre", "8.12.0-pre"]
293294
hard_fork_latest_era_at_epoch: [0]
294295
run_id: ["#1"]
295296
extra_args: [""]

0 commit comments

Comments
 (0)