From ab6a7ee603c234da839f801fbefcb8a4573fc3f3 Mon Sep 17 00:00:00 2001 From: Ahmed Elsayed Date: Mon, 27 Jul 2026 02:08:29 +0300 Subject: [PATCH] Format CI workflow and clarify matrix comments --- .github/workflows/build.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 29fd877..5dee9ad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,7 @@ name: Build on: push: - branches: [ master, main ] + branches: [master, main] paths-ignore: - "**.md" pull_request: @@ -22,10 +22,11 @@ jobs: matrix: include: # Minimum supported version (keep in sync with pubspec.yaml). - - flutter-version: "3.32.0" - channel: stable - # We'll add master after migrating to Melos 7.x.x and flutter workspaces - # - channel: master + flutter-version: "3.32.0" + # Latest stable — no version pin, so it runs against the current stable release. + - channel: stable + # - channel: master # We'll enable it after migrating to Melos 7.x & flutter workspaces steps: - name: Checkout repository uses: actions/checkout@v4