From c93a54d65ae54b11e079d89d7afb119e1c140c89 Mon Sep 17 00:00:00 2001 From: Tien Do Nam Date: Sat, 24 Aug 2024 17:38:49 +0200 Subject: [PATCH] ci: bump to flutter 3.24.1 --- .fvmrc | 2 +- .github/workflows/ci.yml | 2 +- .gitignore | 7 ++++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.fvmrc b/.fvmrc index 26d017c2..03436d59 100644 --- a/.fvmrc +++ b/.fvmrc @@ -1,4 +1,4 @@ { - "flutter": "3.22.2", + "flutter": "3.24.1", "flavors": {} } \ No newline at end of file diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 441e0ff0..47b120db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: diff --git a/.gitignore b/.gitignore index dd3f8373..c4c8e0ae 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,3 @@ -/.fvm - # testing /slang/lib/builder/i18n/ @@ -79,4 +77,7 @@ build/ !**/ios/**/default.perspectivev3 !/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages -pubspec.lock \ No newline at end of file +pubspec.lock + +# FVM Version Cache +.fvm/