Make WordPress Core


Ignore:
Timestamp:
08/24/2023 01:28:26 PM (13 months ago)
Author:
desrosj
Message:

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

Props l1nuxjedi.
See #30462.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/phpunit-tests-run.yml

    r56439 r56440  
    2525        required: false
    2626        type: 'string'
    27         default: '5.7'
     27        default: '8.0'
    2828      multisite:
    2929        description: 'Whether to run tests as multisite'
     
    4242        default: 'phpunit.xml.dist'
    4343      report:
    44         description: 'Whether to report results to WordPress.org hosting tests'
     44        description: 'Whether to report results to WordPress.org Hosting Tests'
    4545        required: false
    4646        type: 'boolean'
     
    5252  LOCAL_PHP_MEMCACHED: ${{ inputs.memcached }}
    5353  PHPUNIT_CONFIG: ${{ inputs.phpunit-config }}
     54  PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: ${{ true }}
    5455
    5556jobs:
Note: See TracChangeset for help on using the changeset viewer.