Skip to content

Commit

Permalink
Update flutter versions in other parts of project
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotsayes committed Mar 26, 2023
1 parent 4b6a5e1 commit fba9f3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.3.9",
"flutterSdkVersion": "3.7.0",
"flavors": {}
}
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# Install Flutter
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.3.9'
flutter-version: '3.7.0'
channel: 'stable'

# Install Chrome
Expand Down

0 comments on commit fba9f3e

Please sign in to comment.