Skip to content

Commit 2f67ea0

Browse files
authored
chore(test-suite): bump test-suite to v0.7.0 (#348)
1 parent 144322f commit 2f67ea0

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

test-suite/fhevm/fhevm-cli

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ RESET='\033[0m'
1414
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
1515
PROJECT="fhevm"
1616

17-
export GATEWAY_VERSION=${GATEWAY_VERSION:-"latest"}
18-
export HOST_VERSION=${HOST_VERSION:-"latest"}
19-
export DB_MIGRATION_VERSION=${DB_MIGRATION_VERSION:-"latest"}
20-
export HOST_LISTENER_VERSION=${HOST_LISTENER_VERSION:-"latest"}
21-
export GW_LISTENER_VERSION=${GW_LISTENER_VERSION:-"latest"}
22-
export TX_SENDER_VERSION=${TX_SENDER_VERSION:-"latest"}
23-
export TFHE_WORKER_VERSION=${TFHE_WORKER_VERSION:-"latest"}
24-
export SNS_WORKER_VERSION=${SNS_WORKER_VERSION:-"latest"}
25-
export ZKPROOF_WORKER_VERSION=${ZKPROOF_WORKER_VERSION:-"latest"}
26-
export CONNECTOR_VERSION=${CONNECTOR_VERSION:-"latest"}
27-
export TEST_SUITE_VERSION=${TEST_SUITE_VERSION:-"latest"}
17+
export GATEWAY_VERSION=${GATEWAY_VERSION:-"v0.7.0"}
18+
export HOST_VERSION=${HOST_VERSION:-"v0.7.0"}
19+
export DB_MIGRATION_VERSION=${DB_MIGRATION_VERSION:-"v0.7.0"}
20+
export HOST_LISTENER_VERSION=${HOST_LISTENER_VERSION:-"v0.7.0"}
21+
export GW_LISTENER_VERSION=${GW_LISTENER_VERSION:-"v0.7.0"}
22+
export TX_SENDER_VERSION=${TX_SENDER_VERSION:-"v0.7.0"}
23+
export TFHE_WORKER_VERSION=${TFHE_WORKER_VERSION:-"v0.7.0"}
24+
export SNS_WORKER_VERSION=${SNS_WORKER_VERSION:-"v0.7.0"}
25+
export ZKPROOF_WORKER_VERSION=${ZKPROOF_WORKER_VERSION:-"v0.7.0"}
26+
export CONNECTOR_VERSION=${CONNECTOR_VERSION:-"v0.7.0"}
27+
export TEST_SUITE_VERSION=${TEST_SUITE_VERSION:-"v0.7.0"}
2828
export CORE_VERSION=${CORE_VERSION:-"v0.11.0-rc17"}
2929
export RELAYER_VERSION=${RELAYER_VERSION:-"v0.1.0-rc13"}
3030

0 commit comments

Comments
 (0)