Skip to content

ci: bump Flutter SDK to match Dart ^3.9.2 constraint - #65

Open
GoldenBoy13420 wants to merge 4 commits into
mainfrom
tests
Open

ci: bump Flutter SDK to match Dart ^3.9.2 constraint#65
GoldenBoy13420 wants to merge 4 commits into
mainfrom
tests

Conversation

@GoldenBoy13420

Copy link
Copy Markdown
Collaborator

Enhance GitHub Actions CI/CD workflows

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR modifies the Dart SDK constraint in pubspec.yaml and enhances the GitHub Actions workflow configuration. However, the changes contradict the PR title - the SDK constraint is actually being relaxed/downgraded rather than bumped to match Dart ^3.9.2.

  • Changes SDK version constraint from ^3.9.2 to >=3.2.0 <4.0.0 (downgrade, not bump)
  • Removes misplaced artifact upload action and adds configuration options to the proper upload-artifact step
  • Configures artifact upload behavior with specific compression, overwrite, and file-handling settings

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
pubspec.yaml Modifies Dart SDK constraint from ^3.9.2 to >=3.2.0 <4.0.0, allowing broader SDK version compatibility
.github/workflows/flutter_build.yml Removes duplicate artifact upload reference and adds configuration options (if-no-files-found, compression-level, overwrite, include-hidden-files) to the artifact upload step

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread pubspec.yaml Outdated
Comment thread .github/workflows/flutter_build.yml
Comment thread .github/workflows/flutter_build.yml Outdated
GoldenBoy13420 and others added 3 commits December 20, 2025 03:24
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.

2 participants