We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 782acba commit 76eb5d8Copy full SHA for 76eb5d8
.github/workflows/ci.yml
@@ -266,13 +266,13 @@ jobs:
266
matrix:
267
mode: [ "std" ]
268
era: ${{ fromJSON(needs.build-ubuntu-X64.outputs.eras) }}
269
- cardano_node_version: [ "8.7.3" ]
+ cardano_node_version: [ "8.7.3", "8.8.0-pre" ]
270
hard_fork_latest_era_at_epoch: [ 0,10,100 ]
271
- run_id: [ "#1","#2" ]
+ run_id: [ "#1" ]
272
extra_args: [ "" ]
273
274
include:
275
- # Include a hard fork test for `8.1.2` which is not concerned
+ # Include a test for `8.1.2` which is not concerned by the hard fork
276
- mode: "std"
277
era: ${{ fromJSON(needs.build-ubuntu-X64.outputs.eras)[0] }}
278
cardano_node_version: "8.1.2"
0 commit comments