Skip to content

Commit

Permalink
e2e: update tags in e2e upgrade test
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega authored Dec 14, 2022
1 parent a3b7581 commit 57da75a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
include:
- test: TestV4ToV5ChainUpgrade
chain-image: ghcr.io/cosmos/ibc-go-simd
chain-a-tag: v4.1.0
chain-b-tag: v4.1.0
chain-upgrade-tag: v5.0.1
chain-a-tag: v4.2.0
chain-b-tag: v4.2.0
chain-upgrade-tag: v5.1.0
- test: TestV5ToV6ChainUpgrade
chain-image: ghcr.io/cosmos/ibc-go-icad
chain-binary: icad
chain-a-tag: v0.3.5
chain-b-tag: v0.3.5
chain-upgrade-tag: v0.4.0
chain-upgrade-tag: v0.4.1
- test: TestV6ToV7ChainUpgrade
chain-image: ghcr.io/cosmos/ibc-go-simd
chain-binary: simd
Expand Down

0 comments on commit 57da75a

Please sign in to comment.