Conversation
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🤖 PR meta 🤖🏷️ LabelsThis pull request needs exactly one label indicating its type, and has 0.
Read more about Type labels in Gutenberg. If you cannot add labels yourself, a reviewer can do it for you. |
|
Size Change: 0 B Total Size: 2.12 MB ℹ️ View Unchanged
|
wp-env for wp/6.9
| ### Bug Fixes | ||
|
|
||
| - Point the apt sources of the bullseye-based WordPress images (PHP 7.4 and 8.0) at `archive.debian.org`, so building them no longer fails now that Debian 11 has reached end-of-life and left the regular mirrors. | ||
|
|
There was a problem hiding this comment.
I'm not 100% certain about how the publishing workflow would handle the "Unreleased" notes here as something that applies for a historical release. For previous manual publishing, we ended up coming after the fact and adding the historical changelogs in place (see #81295).
|
Hey 👋 I wanted to give you a heads-up since this pull request is affected by recent validation changes for changelog files. #83043 adds additional validation for changelog files. You'll note that this pull request is currently failing a "Required changes from trunk" check. What you'll need to do: You will need to either rebase or merge the latest code from |
What?
Cherry-picks upstream trunk commit
d21304e3323571401364805242fc26d1cf03a52d(#82478) into this branch'swp-envpackage source (packages/env/lib/init-config.js) to fixwp-envDocker build failures caused by the Debian Bullseye repositories being archived after Debian 11 reached end-of-life.Why?
Debian moves a release's package repositories to its archive server once that release reaches end-of-life.
wp-env start's Docker build fails withapt-get404s against the regular mirrors for any PHP version whose base image relies on the now-archived Bullseye release. This branch supports PHP 7.4, 8.0, 8.1, and 8.2 within its wider support window, which fall in the affected range, so the fix is needed even though this branch's CI may not actively test every affected PHP version — a contributor could still usewp-envlocally with any officially supported version.Use of AI Tools
This PR was authored with the help of Claude Code.