example-wordpress-composer icon indicating copy to clipboard operation
example-wordpress-composer copied to clipboard

Updating WordPress Core

Open taeo920 opened this issue 5 years ago • 2 comments

When using this workflow what is the intended method for updating WordPress core?

I was expecting it to be pulled in via Composer which would allow us to specify a version in code but it appears that it only installed once during the "build-env" step via WPCLI.

taeo920 avatar Dec 21 '20 20:12 taeo920

@greg-1-anderson Any updates on this? Is updating Wordpress core supported?

We're running into this exact issue at the moment where we update Wordpress core via composer update and the expected change to pantheon-systems/wordpress-composer is reflected in composer.lock but the resulting multi-dev is still stuck on the older version of Wordpress core.

cappadona avatar Mar 31 '22 13:03 cappadona

Hi,

I'm fixing this for Github Actions in this PR: https://github.com/pantheon-systems/example-wordpress-composer/pull/720

If that's your CI, please update accordingly and confirm it now works as expected. If you're using a different CI (e.g. CircleCI), please let me know what system are you using and I'll take a look.

Thanks!

kporras07 avatar Apr 18 '22 22:04 kporras07