TF-2988 Update Flutter setup in analyze test ci
This commit is contained in:
@@ -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') }}"
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user