We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88822bd commit eb4903cCopy full SHA for eb4903c
.github/workflows/deploy.yml
@@ -26,14 +26,13 @@ jobs:
26
- uses: actions/setup-java@v1
27
with:
28
java-version: 1.8
29
- - uses: subosito/flutter-action@v1
+ - uses: subosito/flutter-action@v2
30
31
channel: 'stable'
32
- flutter-version: '2.10.3'
+ flutter-version: '3.0.5'
33
34
- name: "Activate remove_from_coverage package"
35
- run: |
36
- pub global activate remove_from_coverage
+ run: flutter pub global activate remove_from_coverage
37
38
- name: 'Flutter Doctor'
39
run: flutter doctor -v
0 commit comments