Skip to content

Commit e4b50b0

Browse files
authored
Merge pull request #43 from maticnetwork/sanketsaagar/SPEC-1387
Updating bor to v2.1.0-beta4
2 parents a91bc36 + 3ca988a commit e4b50b0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/arm64_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
# Existing version
1818
- name: Install binary(arm64)
1919
run: |
20-
./bor.sh v2.0.3 amoy sentry
20+
./bor.sh v2.0.4-beta amoy sentry
2121
./heimdall.sh v1.2.2 amoy sentry
2222
# New version
2323
- name: Install binary and test removal(arm64)
2424
run: |
25-
./bor.sh v2.0.4-beta amoy sentry
25+
./bor.sh v2.1.0-beta4 amoy sentry
2626
./heimdall.sh v1.2.3 amoy sentry

.github/workflows/x86_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
# Existing version
1717
- name: Install binary(amd64/x86)
1818
run: |
19-
./bor.sh v2.0.3 amoy sentry
19+
./bor.sh v2.0.4-beta amoy sentry
2020
./heimdall.sh v1.2.2 amoy sentry
2121
# New version
2222
- name: Install binary and test removal(amd64/x86)
2323
run: |
24-
./bor.sh v2.0.4-beta amoy sentry
24+
./bor.sh v2.1.0-beta4 amoy sentry
2525
./heimdall.sh v1.2.3 amoy sentry

0 commit comments

Comments
 (0)