From 24de3565a6d66ac3e465bcf5077dbdd3992d62aa Mon Sep 17 00:00:00 2001 From: finalerock44 Date: Tue, 4 Aug 2026 16:05:54 +0100 Subject: [PATCH] test: cover Maestro 2.7.0 and 2.8.0 in the version matrices Without this the nightly sweep passes green while never exercising the new versions. Deliberately NOT merged to main yet, unlike previous bumps which committed straight there. Both workflows run on a cron with environment defaulting to prod, so merging before production supports 2.7.0/2.8.0 would turn the scheduled run red every two days. Dispatch this branch with --ref for the dev sweep; merge once prod is on both versions. --- .github/workflows/android-maestro-version-matrix.yml | 2 ++ .github/workflows/ios-maestro-version-matrix.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/android-maestro-version-matrix.yml b/.github/workflows/android-maestro-version-matrix.yml index 7645603..223e89f 100644 --- a/.github/workflows/android-maestro-version-matrix.yml +++ b/.github/workflows/android-maestro-version-matrix.yml @@ -39,6 +39,8 @@ jobs: - "2.5.1" - "2.6.0" - "2.6.1" + - "2.7.0" + - "2.8.0" steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/ios-maestro-version-matrix.yml b/.github/workflows/ios-maestro-version-matrix.yml index ee32555..eb314ec 100644 --- a/.github/workflows/ios-maestro-version-matrix.yml +++ b/.github/workflows/ios-maestro-version-matrix.yml @@ -39,6 +39,8 @@ jobs: - "2.5.1" - "2.6.0" - "2.6.1" + - "2.7.0" + - "2.8.0" steps: - uses: actions/checkout@v3