diff --git a/.github/workflows/docker-build-test.yaml b/.github/workflows/docker-build-test.yaml index b4f4485473925..df02ba93f57ac 100644 --- a/.github/workflows/docker-build-test.yaml +++ b/.github/workflows/docker-build-test.yaml @@ -296,7 +296,7 @@ jobs: with: GIT_SHA: ${{ needs.determine-docker-build-metadata.outputs.gitSha }} FORGE_TEST_SUITE: compat - IMAGE_TAG: aptos-node-v1.6.2 # test against a previous testnet release + IMAGE_TAG: aptos-node-v1.7.2 # test against a previous testnet release FORGE_RUNNER_DURATION_SECS: 300 COMMENT_HEADER: forge-compat FORGE_NAMESPACE: forge-compat-${{ needs.determine-docker-build-metadata.outputs.targetCacheId }} @@ -325,7 +325,7 @@ jobs: with: GIT_SHA: ${{ needs.determine-docker-build-metadata.outputs.gitSha }} FORGE_TEST_SUITE: framework_upgrade - IMAGE_TAG: aptos-node-v1.5.1 # This workflow will test the upgradability from the current tip of the release branch to the current main branch. + IMAGE_TAG: aptos-node-v1.7.2 # This workflow will test the upgradability from the current tip of the release branch to the current main branch. FORGE_RUNNER_DURATION_SECS: 300 COMMENT_HEADER: forge-framework-upgrade FORGE_NAMESPACE: forge-framework-upgrade-${{ needs.determine-docker-build-metadata.outputs.targetCacheId }}