Skip to content

Commit

Permalink
Merge pull request #337 from ava-labs/subnet-evm-v0.4.3
Browse files Browse the repository at this point in the history
update default versions
  • Loading branch information
patrick-ogrady authored Nov 4, 2022
2 parents 67d6a5b + c6de20b commit 95a6db6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
go-version: 1.18
- name: Run e2e tests
shell: bash
run: scripts/tests.e2e.sh 1.9.0 1.9.0 0.4.0
run: scripts/tests.e2e.sh 1.9.2 1.9.2 0.4.3
release:
needs: [lint_test, unit_test, e2e_test]
runs-on: ubuntu-latest
Expand Down
7 changes: 3 additions & 4 deletions scripts/tests.e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ if ! [[ "$0" =~ scripts/tests.e2e.sh ]]; then
exit 255
fi

# TODO: update when new subnet-evm release is out
DEFAULT_VERSION_1=1.9.0
DEFAULT_VERSION_2=1.9.0
DEFAULT_SUBNET_EVM_VERSION=0.4.0
DEFAULT_VERSION_1=1.9.2
DEFAULT_VERSION_2=1.9.2
DEFAULT_SUBNET_EVM_VERSION=0.4.3

if [ $# == 0 ]; then
VERSION_1=$DEFAULT_VERSION_1
Expand Down

0 comments on commit 95a6db6

Please sign in to comment.