TF-2988 Update Flutter setup in analyze test ci

This commit is contained in:
DatDang
2024-07-09 14:22:43 +07:00
committed by Dat H. Pham
parent e8eb67bf63
commit fefccae638
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
- name: Setup flutter - name: Setup flutter
uses: subosito/flutter-action@v2 uses: subosito/flutter-action@v2
with: with:
flutter-version: "3.16.0" flutter-version: "3.22.2"
channel: "stable" channel: "stable"
cache: true cache: true
cache-key: "deps-${{ hashFiles('**/pubspec.lock') }}" cache-key: "deps-${{ hashFiles('**/pubspec.lock') }}"
+1 -1
View File
@@ -6,7 +6,7 @@ on:
name: Build dev binaries name: Build dev binaries
env: env:
FLUTTER_VERSION: 3.16.0 FLUTTER_VERSION: 3.22.2
XCODE_VERSION: ^15.0.1 XCODE_VERSION: ^15.0.1
jobs: jobs:
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
- name: Setup flutter - name: Setup flutter
uses: subosito/flutter-action@v2 uses: subosito/flutter-action@v2
with: with:
flutter-version: "3.16.0" flutter-version: "3.22.2"
channel: "stable" channel: "stable"
cache: true cache: true
cache-key: deps-${{ hashFiles('**/pubspec.lock') }} # optional, change this to force refresh cache cache-key: deps-${{ hashFiles('**/pubspec.lock') }} # optional, change this to force refresh cache
+1 -1
View File
@@ -6,7 +6,7 @@ on:
name: Release name: Release
env: env:
FLUTTER_VERSION: 3.16.0 FLUTTER_VERSION: 3.22.2
XCODE_VERSION: ^15.0.1 XCODE_VERSION: ^15.0.1
jobs: jobs: