Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Analyze and test with both lowest and highest supported Flutter SDK versions in CI #235

Merged
merged 4 commits into from
Aug 31, 2024

Conversation

fujidaiti
Copy link
Owner

@fujidaiti fujidaiti commented Aug 31, 2024

Related issues (optional)

Closes #229.

Description

The workflow file was updated to run unit tests and static analysis for both the lowest and highest supported Flutter SDK versions. This approach helps detect potential compatibility issues across the entire supported SDK range. For example, issue #144 stemmed from accidentally using newly added APIs in Flutter 3.22 that don't exist in lower versions, while issue #233 arose due to a breaking change introduced in Flutter 3.24.

Summary (check all that apply)

  • Modified / added code
  • Modified / added tests
  • Modified / added examples
  • Modified / added others (pubspec.yaml, workflows, etc...)
  • Updated README
  • Contains breaking changes
    • Created / updated migration guide
  • Incremented version number
    • Updated CHANGELOG

@fujidaiti fujidaiti self-assigned this Aug 31, 2024
@fujidaiti fujidaiti changed the title Analyze and test with both the lowest and highest supported Flutter SDK versions in CI Analyze and test with both lowest and highest supported Flutter SDK versions in CI Aug 31, 2024
@fujidaiti fujidaiti force-pushed the double-sdk-version-test branch from b35253c to 32fd21e Compare August 31, 2024 09:11
@fujidaiti fujidaiti marked this pull request as ready for review August 31, 2024 09:28
@fujidaiti fujidaiti merged commit 2e98dc0 into main Aug 31, 2024
5 checks passed
@fujidaiti fujidaiti deleted the double-sdk-version-test branch August 31, 2024 09:29
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.

Analyze and test with both the lowest and highest supported Flutter SDK versions in CI
1 participant