Skip to content

Commit

Permalink
ci: bump flutter to 3.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Tienisto committed Mar 17, 2024
1 parent 2ce2a63 commit b642294
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .fvm/fvm_config.json

This file was deleted.

4 changes: 4 additions & 0 deletions .fvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"flutter": "3.19.3",
"flavors": {}
}
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

env:
FLUTTER_VERSION_OLDEST: "3.0.5"
FLUTTER_VERSION_NEWEST: "3.19.2"
FLUTTER_VERSION_NEWEST: "3.19.3"

jobs:
format:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.7.12'
flutter-version: '3.19.3'
channel: 'stable'
- name: Dependencies (core)
run: flutter pub get
Expand Down

0 comments on commit b642294

Please sign in to comment.