Make WordPress Core

Changeset 53345


Ignore:
Timestamp:
05/03/2022 05:42:22 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Build/Test Tools: Add the 6.0 branch to the workflow for testing branches.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/test-old-branches.yml

    r53112 r53345  
    2929        ]
    3030        branch: [
     31            '6.0',
    3132            '5.9', '5.8', '5.7', '5.6', '5.5', '5.4', '5.3', '5.2', '5.1', '5.0',
    3233            '4.9', '4.8', '4.7', '4.6', '4.5', '4.4', '4.3', '4.2', '4.1', '4.0',
     
    3536        include:
    3637          # PHP Compatibility testing was introduced in 5.5.
     38          - branch: '6.0'
     39            workflow: 'php-compatibility.yml'
    3740          - branch: '5.9'
    3841            workflow: 'php-compatibility.yml'
     
    4952          # Starting in 5.8 with #52905, some additional tests with real assertions were introduced.
    5053          # Branches 5.8 and newer should be tested to confirm no regressions are introduced.
     54          - branch: '6.0'
     55            workflow: 'end-to-end-tests.yml'
    5156          - branch: '5.9'
    5257            workflow: 'end-to-end-tests.yml'
     
    6469      - name: Dispatch workflow run
    6570        uses: actions/github-script@9ac08808f993958e9de277fe43a64532a609130e # v6.0.0
    66         if: ${{ github.event_name == 'push' || github.event.schedule == '0 0 15 * *' || matrix.branch == '5.9' }}
     71        if: ${{ github.event_name == 'push' || github.event.schedule == '0 0 15 * *' || matrix.branch == '6.0' }}
    6772        with:
    6873          github-token: ${{ secrets.GHA_OLD_BRANCH_DISPATCH }}
Note: See TracChangeset for help on using the changeset viewer.