You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.github/workflows/dependencies is no longer read and exclude-known-failures is removed; declare dependencies via the new sources.
the default php-version is now 8.4 on Debian bookworm, so the Quibble and phan stages run on PHP 8.4. Set php-version (and debian) explicitly to keep the old behavior.
the default mediawiki-version is now REL1_45. Workflows that relied on the previous REL1_43 default must set mediawiki-version: REL1_43 explicitly to keep testing against it.