Make WordPress Core

Changeset 57220


Ignore:
Timestamp:
12/22/2023 01:21:27 AM (9 months ago)
Author:
desrosj
Message:

Build/Test Tools: Run installation tests when data files are updated.

When the JSON data files that supply the PHP/MySQL version support to the installation test workflow are changed, the workflow should be run to confirm the changes are correct. This updates the path filtering rules to ensure this happens.

Follow up to [57218], [57219].

See #58977.

File:
1 edited

Legend:

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

    r57218 r57220  
    1111    paths:
    1212      - '.github/workflows/install-testing.yml'
     13      - '.version-support-*.json'
    1314  pull_request:
    1415    # Always test the workflow when changes are suggested.
    1516    paths:
    1617      - '.github/workflows/install-testing.yml'
     18      - '.version-support-*.json'
    1719  schedule:
    1820    - cron: '0 0 * * 1'
Note: See TracChangeset for help on using the changeset viewer.