Skip to content

Commit 97c2b85

Browse files
committed
chore: upgrade CI workflows to Cardano node '10.1.3'
1 parent e6922b8 commit 97c2b85

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/backward-compatibility.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
description: "Cardano node version used in e2e"
1414
required: true
1515
type: string
16-
default: "10.1.2"
16+
default: "10.1.3"
1717
signed-entity-types:
1818
description: "Signed entity types parameters (discriminants names in an ordered comma separated list)"
1919
required: true
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
if [[ "${{ github.event_name }}" == "schedule" ]]; then
3636
echo "total_releases=3" >> $GITHUB_OUTPUT
37-
echo 'cardano_node_version=["10.1.2"]' >> $GITHUB_OUTPUT
37+
echo 'cardano_node_version=["10.1.3"]' >> $GITHUB_OUTPUT
3838
echo 'signed-entity-types=CardanoTransactions,CardanoStakeDistribution' >> $GITHUB_OUTPUT
3939
else
4040
echo "total_releases=${{ inputs.total-releases }}" >> $GITHUB_OUTPUT

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ jobs:
292292
mode: ["std"]
293293
era: ${{ fromJSON(needs.build-ubuntu-X64.outputs.eras) }}
294294
next_era: [""]
295-
cardano_node_version: ["9.1.1", "9.2.1", "10.1.2"]
295+
cardano_node_version: ["9.1.1", "9.2.1", "10.1.2", "10.1.3"]
296296
hard_fork_latest_era_at_epoch: [0]
297297
run_id: ["#1", "#2"]
298298
extra_args: [""]
@@ -302,23 +302,23 @@ jobs:
302302
- mode: "p2p"
303303
era: ${{ fromJSON(needs.build-ubuntu-X64.outputs.eras)[0] }}
304304
next_era: [""]
305-
cardano_node_version: "9.2.1"
305+
cardano_node_version: "10.1.3"
306306
hard_fork_latest_era_at_epoch: 0
307307
run_id: "#1"
308308
extra_args: "--use-p2p-network"
309309
# Include a test for the era switch without regenesis
310310
- mode: "std"
311311
era: ${{ fromJSON(needs.build-ubuntu-X64.outputs.eras)[0] }}
312312
next_era: ${{ fromJSON(needs.build-ubuntu-X64.outputs.eras)[1] }}
313-
cardano_node_version: "9.2.1"
313+
cardano_node_version: "10.1.3"
314314
hard_fork_latest_era_at_epoch: 0
315315
run_id: "#1"
316316
extra_args: ""
317317
# Include a test for the era switch with regenesis
318318
- mode: "std"
319319
era: ${{ fromJSON(needs.build-ubuntu-X64.outputs.eras)[0] }}
320320
next_era: ${{ fromJSON(needs.build-ubuntu-X64.outputs.eras)[1] }}
321-
cardano_node_version: "9.2.1"
321+
cardano_node_version: "10.1.3"
322322
hard_fork_latest_era_at_epoch: 0
323323
run_id: "#1"
324324
extra_args: "--mithril-era-regenesis-on-switch"

.github/workflows/test-docker-distribution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
description: The url of the archive of the Cardano binaries
2626
required: true
2727
type: string
28-
default: https://github.com/IntersectMBO/cardano-node/releases/download/10.1.2/cardano-node-10.1.2-linux.tar.gz
28+
default: https://github.com/IntersectMBO/cardano-node/releases/download/10.1.3/cardano-node-10.1.3-linux.tar.gz
2929
dry_run:
3030
description: Dry run will not push the Docker images to the registry
3131
required: true

0 commit comments

Comments
 (0)