TF-4058 Upgrade flutter version to 3.32.8 for CI and Dockerfile

This commit is contained in:
dab246
2025-10-14 13:00:04 +07:00
committed by Dat H. Pham
parent df49ce03c7
commit bac16e3c29
5 changed files with 8 additions and 7 deletions
+4 -1
View File
@@ -8,6 +8,9 @@ on:
name: Analyze and test
env:
FLUTTER_VERSION: 3.32.8
jobs:
analyze-test:
runs-on: ubuntu-latest
@@ -32,7 +35,7 @@ jobs:
- name: Setup flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.27.4"
flutter-version: ${{ env.FLUTTER_VERSION }}
channel: "stable"
cache: true
cache-key: "deps-${{ hashFiles('**/pubspec.lock') }}"
+1 -1
View File
@@ -6,7 +6,7 @@ on:
name: Build dev binaries
env:
FLUTTER_VERSION: 3.27.4
FLUTTER_VERSION: 3.32.8
XCODE_VERSION: 16.0
jobs:
+1 -1
View File
@@ -6,7 +6,7 @@ on:
name: Deploy PR on Github Pages
env:
FLUTTER_VERSION: 3.27.4
FLUTTER_VERSION: 3.32.8
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
+1 -1
View File
@@ -6,7 +6,7 @@ on:
name: Release
env:
FLUTTER_VERSION: 3.27.4
FLUTTER_VERSION: 3.32.8
XCODE_VERSION: 16.0
jobs: