From a9ac9b6b6c0876a8c5cbae77287d8e2fff8521ef Mon Sep 17 00:00:00 2001 From: rzadp Date: Mon, 5 Aug 2024 10:17:03 +0200 Subject: [PATCH] Bump polkadot in tests --- .github/workflows/test-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index 91437af..e99f6f8 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -15,7 +15,7 @@ jobs: - name: Start a local Polkadot node uses: ./.github/actions/run-polkadot with: - polkadot-version: polkadot-v1.14.0 + polkadot-version: polkadot-v1.15.0 - name: Wait for the node run: | until curl -s '127.0.0.1:9902'; do sleep 3; done