Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down