Skip to content

Commit d15c153

Browse files
authored
chore(test-suite): bump kms-core to v0.12.7 (#1619)
1 parent bc543af commit d15c153

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test-suite/fhevm/fhevm-cli

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ export GATEWAY_VERSION=${GATEWAY_VERSION:-"v0.10.2"}
3636
export HOST_VERSION=${HOST_VERSION:-"v0.10.2"}
3737

3838
# Other services.
39-
export CORE_VERSION=${CORE_VERSION:-"v0.12.4"}
39+
export CORE_VERSION=${CORE_VERSION:-"v0.12.7"}
4040
export RELAYER_VERSION=${RELAYER_VERSION:-"v0.6.0"}
41-
# Test-suite docker image cannot be updated with 0.10.x releases because of the introduction a
41+
# Test-suite docker image cannot be updated with 0.10.x releases because of the introduction a
4242
# breaking change in delegate user decryption tests in https://github.com/zama-ai/fhevm/pull/1092
43-
export TEST_SUITE_VERSION=${TEST_SUITE_VERSION:-"1c70735"}
43+
export TEST_SUITE_VERSION=${TEST_SUITE_VERSION:-"1c70735"}
4444

4545

4646
function print_logo() {

0 commit comments

Comments
 (0)