We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d89d1 commit f74ad35Copy full SHA for f74ad35
.github/workflows/build_devtool.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: flutter-actions/setup-flutter@v2
23
with:
24
channel: stable
25
- version: 3.16.9
+ version: 3.19.3
26
27
- name: Run Flutter Test
28
run: tool/gh_actions/devtool/run_devtool_test.sh
.github/workflows/general.yml
@@ -103,8 +103,8 @@ jobs:
103
- name: Setup Flutter SDK
104
105
106
- channel: beta
107
- version: 3.18.0-0.2.pre
+ channel: stable
108
109
110
0 commit comments