Skip to content

Commit f74ad35

Browse files
authored
fix: update flutter version to the latest (#474)
1 parent c8d89d1 commit f74ad35

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_devtool.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: flutter-actions/setup-flutter@v2
2323
with:
2424
channel: stable
25-
version: 3.16.9
25+
version: 3.19.3
2626

2727
- name: Run Flutter Test
2828
run: tool/gh_actions/devtool/run_devtool_test.sh

.github/workflows/general.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ jobs:
103103
- name: Setup Flutter SDK
104104
uses: flutter-actions/setup-flutter@v2
105105
with:
106-
channel: beta
107-
version: 3.18.0-0.2.pre
106+
channel: stable
107+
version: 3.19.3
108108

109109
- name: Run Flutter Test
110110
run: tool/gh_actions/devtool/run_devtool_test.sh

0 commit comments

Comments
 (0)