From cd88091d35a157269cb4fffb7180468afcd72b1d Mon Sep 17 00:00:00 2001 From: Nelson Osacky Date: Tue, 21 Jul 2026 14:33:21 +0200 Subject: [PATCH] ci(android): Bump Maestro to 2.7.0 for UI critical tests Update the pinned Maestro CLI version used by the UI critical integration tests from 2.1.0 to the latest 2.7.0. No flow changes are required; all commands used remain supported and the Java 17 requirement is already satisfied by the CI job. Co-Authored-By: Claude Opus 4.8 --- .github/workflows/integration-tests-ui-critical.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests-ui-critical.yml b/.github/workflows/integration-tests-ui-critical.yml index d858ef8c4b2..f1f8e29a3a9 100644 --- a/.github/workflows/integration-tests-ui-critical.yml +++ b/.github/workflows/integration-tests-ui-critical.yml @@ -15,7 +15,7 @@ env: BUILD_PATH: "build/outputs/apk/release" APK_NAME: "sentry-uitest-android-critical-release.apk" APK_ARTIFACT_NAME: "sentry-uitest-android-critical-release" - MAESTRO_VERSION: "2.1.0" + MAESTRO_VERSION: "2.7.0" jobs: build: