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 78ab0cc commit a05cc27Copy full SHA for a05cc27
.github/workflows/analyze.yaml
@@ -18,7 +18,7 @@ jobs:
18
19
- uses: subosito/flutter-action@v2
20
with:
21
- flutter-version: "3.22.0"
+ flutter-version: "3.27.2"
22
23
- name: Install Melos
24
run: dart pub global activate melos
.github/workflows/coverage.yaml
@@ -21,11 +21,11 @@ jobs:
- name: Setup Dart SDK
uses: dart-lang/setup-dart@v1.6.5
- sdk: "3.4.0"
+ sdk: "3.6.1"
25
- name: Setup Flutter
26
uses: subosito/flutter-action@v2
27
28
29
30
31
0 commit comments