Skip to content

Commit 76eb5d8

Browse files
committed
feat: add Cardano node '8.8.0-pre' test case in CI e2e test
1 parent 782acba commit 76eb5d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,13 +266,13 @@ jobs:
266266
matrix:
267267
mode: [ "std" ]
268268
era: ${{ fromJSON(needs.build-ubuntu-X64.outputs.eras) }}
269-
cardano_node_version: [ "8.7.3" ]
269+
cardano_node_version: [ "8.7.3", "8.8.0-pre" ]
270270
hard_fork_latest_era_at_epoch: [ 0,10,100 ]
271-
run_id: [ "#1","#2" ]
271+
run_id: [ "#1" ]
272272
extra_args: [ "" ]
273273

274274
include:
275-
# Include a hard fork test for `8.1.2` which is not concerned
275+
# Include a test for `8.1.2` which is not concerned by the hard fork
276276
- mode: "std"
277277
era: ${{ fromJSON(needs.build-ubuntu-X64.outputs.eras)[0] }}
278278
cardano_node_version: "8.1.2"

0 commit comments

Comments
 (0)