Skip to content

docs: update CI_WORKFLOW.md Flutter version from 3.32.x to 3.38.x#42

Merged
shukebeta merged 2 commits into
masterfrom
docs/issue-39-ci-workflow-flutter-version
Jun 16, 2026
Merged

docs: update CI_WORKFLOW.md Flutter version from 3.32.x to 3.38.x#42
shukebeta merged 2 commits into
masterfrom
docs/issue-39-ci-workflow-flutter-version

Conversation

@shukebeta

Copy link
Copy Markdown
Owner

Summary

  • Changes 3.32.x to 3.38.x in the workflow steps list to match .github/workflows/ci.yml
  • Adds a keep-in-sync reminder block at the top of the Workflow Jobs section

Test plan

  • grep -n "flutter-version\|Flutter 3\." CI_WORKFLOW.md returns only 3.38.x, matching ci.yml
  • No code changes

Closes #39

🤖 Generated with Claude Code

shukebeta and others added 2 commits June 16, 2026 20:35
ci.yml has been on flutter-version 3.38.x since d171282 but the doc
was not updated alongside. Also adds a keep-in-sync reminder at the
top of the Workflow Jobs section to prevent future drift.

Closes #39

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Review found that flutter analyze and dart format both run with
continue-on-error: true in ci.yml, but CI_WORKFLOW.md presented them as
blocking gates. Updated the steps list and the failure-handling section
to accurately reflect that they report findings without failing the job.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@shukebeta shukebeta merged commit 7fd9474 into master Jun 16, 2026
1 check passed
@shukebeta shukebeta deleted the docs/issue-39-ci-workflow-flutter-version branch June 16, 2026 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: CI_WORKFLOW.md still documents Flutter 3.32.x while CI is on 3.38.x

1 participant