Build/Test Tools: Merge pre-commit changes missed in [56439].

Props l1nuxjedi.
See #30462.

git-svn-id: https://develop.svn.wordpress.org/trunk@56440 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers
2023-08-24 13:28:26 +00:00
parent a00b04bae7
commit c2ae255fe1
2 changed files with 9 additions and 14 deletions

View File

@@ -24,7 +24,7 @@ on:
description: 'Database version'
required: false
type: 'string'
default: '5.7'
default: '8.0'
multisite:
description: 'Whether to run tests as multisite'
required: false
@@ -41,7 +41,7 @@ on:
type: 'string'
default: 'phpunit.xml.dist'
report:
description: 'Whether to report results to WordPress.org hosting tests'
description: 'Whether to report results to WordPress.org Hosting Tests'
required: false
type: 'boolean'
default: false
@@ -51,6 +51,7 @@ env:
LOCAL_DB_VERSION: ${{ inputs.db-version }}
LOCAL_PHP_MEMCACHED: ${{ inputs.memcached }}
PHPUNIT_CONFIG: ${{ inputs.phpunit-config }}
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: ${{ true }}
jobs:
# Runs the PHPUnit tests for WordPress.