Skip to content

Commit 9abc57b

Browse files
committed
Upgrade flutter version v3.7.5 for CI
1 parent feca2c0 commit 9abc57b

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/analyze-test.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,8 @@ jobs:
2020
- name: Setup flutter
2121
uses: subosito/flutter-action@v2
2222
with:
23-
flutter-version: "3.0.5"
23+
flutter-version: "3.7.5"
2424
channel: "stable"
25-
cache: true
26-
cache-key: "deps-${{ hashFiles('**/pubspec.lock') }}"
27-
cache-path: ${{ runner.tool_cache }}/flutter # optional, change this to specify the cache path
2825

2926
- name: Run prebuild
3027
run: bash prebuild.sh

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,8 @@ jobs:
2323
- name: Setup flutter
2424
uses: subosito/flutter-action@v2
2525
with:
26-
flutter-version: "3.0.5"
26+
flutter-version: "3.7.5"
2727
channel: "stable"
28-
cache: true
29-
cache-key: deps-${{ hashFiles('**/pubspec.lock') }} # optional, change this to force refresh cache
30-
cache-path: ${{ runner.tool_cache }}/flutter # optional, change this to specify the cache path
3128

3229
- name: Run prebuild
3330
run: bash prebuild.sh

0 commit comments

Comments
 (0)