Skip to content

Commit

Permalink
Updating CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
edufolly committed May 14, 2024
1 parent c776e73 commit c46f4c9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .fvm/fvm_config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"flutterSdkVersion": "3.16.5",
"flutterSdkVersion": "3.19.6",
"flavors": {}
}
12 changes: 8 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
- name: Flutter Environment
uses: subosito/flutter-action@v2
with:
channel: 'stable'
channel: stable
flutter-version: 3.19.6
cache: false

- name: Install lcov
Expand Down Expand Up @@ -137,7 +138,8 @@ jobs:
- name: Flutter Environment
uses: subosito/flutter-action@v2
with:
channel: 'stable'
channel: stable
flutter-version: 3.19.6
cache: false

- name: Flutter Config
Expand Down Expand Up @@ -186,7 +188,8 @@ jobs:
- name: Flutter Environment
uses: subosito/flutter-action@v2
with:
channel: 'stable'
channel: stable
flutter-version: 3.19.6
cache: false

- name: Flutter Config
Expand Down Expand Up @@ -236,7 +239,8 @@ jobs:
- name: Flutter Environment
uses: subosito/flutter-action@v2
with:
channel: 'stable'
channel: stable
flutter-version: 3.19.6
cache: false

- name: Flutter Config
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
- name: Flutter Environment
uses: subosito/flutter-action@v2
with:
channel: 'stable'
channel: stable
flutter-version: 3.19.6
cache: false

- name: Flutter Config
Expand Down

0 comments on commit c46f4c9

Please sign in to comment.