Skip to content

Commit

Permalink
ci: bump to flutter 3.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tienisto committed Aug 24, 2024
1 parent 4b035f0 commit c93a54d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .fvmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"flutter": "3.22.2",
"flutter": "3.24.1",
"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.5"
FLUTTER_VERSION_NEWEST: "3.24.1"

jobs:
format:
Expand Down
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/.fvm

# testing
/slang/lib/builder/i18n/

Expand Down Expand Up @@ -79,4 +77,7 @@ build/
!**/ios/**/default.perspectivev3
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages

pubspec.lock
pubspec.lock

# FVM Version Cache
.fvm/

0 comments on commit c93a54d

Please sign in to comment.