Skip to content

Commit

Permalink
use 1.8.1 also in E2E
Browse files Browse the repository at this point in the history
  • Loading branch information
felipemadero committed Sep 5, 2022
1 parent 5893d80 commit 18cef32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/tests.e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ if ! [[ "$0" =~ scripts/tests.e2e.sh ]]; then
exit 255
fi

DEFAULT_VERSION_1=1.7.15
DEFAULT_VERSION_2=1.7.16
DEFAULT_SUBNET_EVM_VERSION=0.2.4
DEFAULT_VERSION_1=1.8.1
DEFAULT_VERSION_2=1.8.1
DEFAULT_SUBNET_EVM_VERSION=0.3.0

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

0 comments on commit 18cef32

Please sign in to comment.