From aea267011ef97040c4e843a9fea3feb72e5c94dd Mon Sep 17 00:00:00 2001 From: Stuart Morgan Date: Wed, 11 May 2022 20:16:52 -0400 Subject: [PATCH] [ci] Update the legacy analysis versions 2.10 and 2.8 are now the previous two stable versions. --- .cirrus.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index c26118d1443f..eaaac8d7b5b5 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -157,11 +157,10 @@ task: depends_on: analyze env: matrix: - CHANNEL: "2.5.3" + CHANNEL: "2.10.5" CHANNEL: "2.8.1" analyze_script: - ./script/tool_runner.sh analyze --skip-if-not-supporting-flutter-version="$CHANNEL" --custom-analysis=script/configs/custom_analysis.yaml - - echo "If this test fails, the minumum Flutter version should be updated" - name: readme_excerpts env: CIRRUS_CLONE_SUBMODULES: true