TF-1487 Upgrade flutter version to v3.7.5 for CI
(cherry picked from commit 981ab4e82f387aa8521fcd5d06fd993593265473)
This commit is contained in:
@@ -25,7 +25,7 @@ jobs:
|
|||||||
- name: Setup flutter
|
- name: Setup flutter
|
||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
flutter-version: "3.0.5"
|
flutter-version: "3.7.5"
|
||||||
channel: "stable"
|
channel: "stable"
|
||||||
cache: true
|
cache: true
|
||||||
cache-key: "deps-${{ hashFiles('**/pubspec.lock') }}"
|
cache-key: "deps-${{ hashFiles('**/pubspec.lock') }}"
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ jobs:
|
|||||||
- name: Setup flutter
|
- name: Setup flutter
|
||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
flutter-version: "3.0.5"
|
flutter-version: "3.7.5"
|
||||||
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
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ jobs:
|
|||||||
- name: Setup flutter
|
- name: Setup flutter
|
||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
flutter-version: "3.0.5"
|
flutter-version: "3.7.5"
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user