Make WordPress Core

Changeset 56823


Ignore:
Timestamp:
10/10/2023 05:30:13 PM (18 months ago)
Author:
desrosj
Message:

Build/Test Tools: Correct variable typo.

This was causing the version of WordPress being tested to be listed as latest even when that is not the case.

Props davidbaumwald.
See #58977.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/install-testing.yml

    r56661 r56823  
    4040  # - Installs WordPress.
    4141  install-tests-mysql:
    42     name: WP ${{ inputs.new-version || 'latest' }} / PHP ${{ matrix.php }} / ${{ 'mariadb' == matrix.db-type && 'MariaDB' || 'MySQL' }} ${{ matrix.db-version }}${{ matrix.multisite && ' multisite' || '' }}
     42    name: WP ${{ inputs.wp-version || 'latest' }} / PHP ${{ matrix.php }} / ${{ 'mariadb' == matrix.db-type && 'MariaDB' || 'MySQL' }} ${{ matrix.db-version }}${{ matrix.multisite && ' multisite' || '' }}
    4343    permissions:
    4444      contents: read
Note: See TracChangeset for help on using the changeset viewer.