Skip to content

Commit

Permalink
flutter-ci.yml flutter version changed
Browse files Browse the repository at this point in the history
  • Loading branch information
RunTerror committed Feb 12, 2024
1 parent 12d687f commit ad1e1e5
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .fvm/flutter_sdk
4 changes: 0 additions & 4 deletions .fvm/fvm_config.json

This file was deleted.

3 changes: 3 additions & 0 deletions .fvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"flutter": "stable"
}
2 changes: 1 addition & 1 deletion .github/workflows/flutter-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
# Temporary fix to failing CI
flutter-version: '3.3.9'
flutter-version: '3.16.4'
architecture: x64
# channel: "stable"
- run: flutter pub get
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*.ipr
*.iws
.idea/
.fvm

# The .vscode folder contains launch configuration and tasks you configure in
# VS Code which you may wish to be included in version control, so this line
Expand Down Expand Up @@ -50,3 +49,6 @@ app.*.map.json
# Testing
/coverage/

# FVM Version Cache
.fvm/
.gitignore
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"java.configuration.updateBuildConfiguration": "automatic",
"dart.flutterSdkPath": "~/fvm/versions/3.16.5"
"java.configuration.updateBuildConfiguration": "automatic",
"dart.flutterSdkPath": ".fvm/versions/stable"
}

0 comments on commit ad1e1e5

Please sign in to comment.