From 0fa42b3eb13cf7479151bf3ca7ce391b3b5ead2c Mon Sep 17 00:00:00 2001 From: Luan Nico Date: Sun, 17 Nov 2024 09:49:17 -0500 Subject: [PATCH] chore: Bump min supported Flutter version to match stable --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 43aa297dc03..2546fe0f837 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -9,7 +9,7 @@ on: env: - FLUTTER_MIN_VERSION: '3.22.0' + FLUTTER_MIN_VERSION: '3.24.0' jobs: # BEGIN LINTING STAGE