Skip to content

ci: bump craft minVersion to 2.26.3 to enable auto versioning#5206

Merged
Flash0ver merged 1 commit intomainfrom
fix/craft-min-version
May 7, 2026
Merged

ci: bump craft minVersion to 2.26.3 to enable auto versioning#5206
Flash0ver merged 1 commit intomainfrom
fix/craft-min-version

Conversation

@jamescrosswell
Copy link
Copy Markdown
Collaborator

Fixes #5205

Bumps minVersion in .craft.yml from 1.1.1 to 2.26.3. The auto versioning strategy (used via craft prepare auto) was introduced in craft 2.14.0 and requires minVersion >= 2.14.0 to be declared in .craft.yml as a safety guard. Setting it to the current latest (2.26.3) rather than just the minimum.

#skip-changelog

Fixes #5205

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@jamescrosswell jamescrosswell requested a review from Flash0ver as a code owner May 7, 2026 03:07
@codecov
Copy link
Copy Markdown

codecov Bot commented May 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.08%. Comparing base (1d43862) to head (b08b204).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5206   +/-   ##
=======================================
  Coverage   74.08%   74.08%           
=======================================
  Files         506      506           
  Lines       18247    18247           
  Branches     3564     3564           
=======================================
  Hits        13519    13519           
  Misses       3858     3858           
  Partials      870      870           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown
Member

@Flash0ver Flash0ver left a comment

Choose a reason for hiding this comment

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

not sure if there was a breaking change that we can observe from our current .craft.yml ... we need to observe that during the next release

@Flash0ver Flash0ver merged commit af4ebc3 into main May 7, 2026
35 checks passed
@Flash0ver Flash0ver deleted the fix/craft-min-version branch May 7, 2026 09:00
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.

Bump minVersion in .craft.yml to enable 'auto' versioning

2 participants