Skip to content

Commit

Permalink
Merge pull request #348 from galacticcouncil/polkadot-v0.9.16
Browse files Browse the repository at this point in the history
chore: upgrade to polkadot v0.9.16
  • Loading branch information
mrq1911 authored Feb 8, 2022
2 parents 1ea0eae + 4c0adf9 commit 9256c0e
Show file tree
Hide file tree
Showing 54 changed files with 1,808 additions and 1,310 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
workflow_dispatch:
pull_request:

env:
RELAY_CHAIN_VERSION: v0.9.16

jobs:
pop-runner-instance:
name: create and setup infrastructure for branch
Expand Down Expand Up @@ -262,7 +265,7 @@ jobs:
name: Download relay chain binary
with:
repository: paritytech/polkadot
tag: v0.9.15
tag: ${{ env.RELAY_CHAIN_VERSION }}
fileName: polkadot
out-file-path: ../polkadot/target/release
- run: chmod +x ./basilisk && ./basilisk --version
Expand Down Expand Up @@ -305,7 +308,7 @@ jobs:
name: Download relay chain binary
with:
repository: paritytech/polkadot
tag: v0.9.15
tag: ${{ env.RELAY_CHAIN_VERSION }}
fileName: polkadot
out-file-path: ../polkadot/target/release
- run: chmod +x ./basilisk && ./basilisk --version
Expand Down
Loading

0 comments on commit 9256c0e

Please sign in to comment.