From aae48cc47c0e2b7016b26d38e52c33ea5f2f9288 Mon Sep 17 00:00:00 2001 From: zarzet Date: Mon, 13 Jul 2026 09:08:23 +0700 Subject: [PATCH] ci: track latest stable Flutter in all workflows --- .github/workflows/ci.yml | 2 -- .github/workflows/release.yml | 4 ---- 2 files changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 729ed295..859a1dfd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,8 +54,6 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - # Keep in sync with .fvmrc - flutter-version: "3.41.5" channel: "stable" cache: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 43a0990f..80ad722b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -126,8 +126,6 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - # Keep in sync with .fvmrc and ci.yml - flutter-version: "3.41.5" channel: "stable" cache: true @@ -273,8 +271,6 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - # Keep in sync with .fvmrc and ci.yml - flutter-version: "3.41.5" channel: "stable" cache: true