Build/Test Tools: Fix CI for running tests on PHP 8.1.

This fixes the CI for PHP 8.1 while retaining the needed improvements for local testing when running `npm run test:php-composer` by:

* Replacing the npm script with the full node command
* Removing the `composer update` command from the `env:install` process

Props BinaryKitten, hellofromTonya

See #53945

Built from https://develop.svn.wordpress.org/trunk@51736


git-svn-id: http://core.svn.wordpress.org/trunk@51344 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2021-09-07 19:23:56 +00:00
parent 7d6a70107a
commit 172541c6f1

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.9-alpha-51735';
$wp_version = '5.9-alpha-51736';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.