Updated for the release 1.38.0 'Prism'.#2478
Conversation
WalkthroughUpdates database cache key versions from v26.2.0 to v26.4.0 across CircleCI and GitHub Actions workflow configurations, and bumps PHP platform versions from 8.4.17 to 8.4.20 in composer.json and phpstan.neon. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
This comment has been minimized.
This comment has been minimized.
2 similar comments
This comment has been minimized.
This comment has been minimized.
|
Code coverage (threshold: 90%) Per-class coverage |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2478 +/- ##
==========================================
- Coverage 79.97% 79.51% -0.46%
==========================================
Files 129 122 -7
Lines 6895 6736 -159
Branches 47 3 -44
==========================================
- Hits 5514 5356 -158
+ Misses 1381 1380 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Code coverage (threshold: 90%) Per-class coverage |
Release-preparation PR for Vortex 1.38.0 'Prism'. The actual release (tag, GitHub release, marketing assets) happens after this PR merges.
What's in this PR
This PR only contains the mechanical updates required to cut the release. The narrative changelog (highlights, breaking changes, "what's new since...") lives in the GitHub release notes that get published when the
1.38.0tag is pushed - not here.Changes
composer.json,phpstan.neon)Aligned with the container's
php -voutput.phpcs.xmlalready targeted 8.4 and was left as-is.v26.4.0-db11(.circleci/config.yml,.circleci/vortex-test-common.yml,.github/workflows/build-test-deploy.yml)The
v<YY>.<M>.<minor>prefix tracks the latest Lagoon container version (now 26.4.0). Thedb<N>suffix continues to track the Drupal core major version (still 11). 5+5+6 cache-key occurrences across the three CI files were updated.web/themes/custom/your_site_theme/yarn.lock)Result of
yarn upgradein the theme directory. No changes to declared versions inpackage.json; lockfile only.composer update -Wwas a no-op against this branch (the recent Renovate PRs had everything at the latest already).cd .vortex && ahoy update-docswas run; it produced no diff this cycle.Review pointers
.artifacts/release-1.38.0/for review inside the Vortex repo:release-notes.md- raw GitHub release body source (used when the tag is published).notes.md- marketing-formatted copy with Obsidian frontmatter.blog.md,blog.html,linkedin.md- marketing copy.vortex-1380-prism_{1,2,3}.png- image candidates.sync vortex 1.38step.