Skip to content

Commit a0fde5c

Browse files
committed
feat: activate Cardano '8.11.0-pre' for e2e test in CI
Replacing the version '8.10.0-pre'.
1 parent 6fe30de commit a0fde5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ jobs:
271271
matrix:
272272
mode: [ "std" ]
273273
era: ${{ fromJSON(needs.build-ubuntu-X64.outputs.eras) }}
274-
cardano_node_version: [ "8.7.3", "8.10.0-pre", "8.9.0" ]
274+
cardano_node_version: [ "8.7.3", "8.9.0", "8.11.0-pre" ]
275275
hard_fork_latest_era_at_epoch: [ 0,10,100 ]
276276
run_id: [ "#1" ]
277277
extra_args: [ "" ]

0 commit comments

Comments
 (0)