Make WordPress Core

Changeset 55506


Ignore:
Timestamp:
03/09/2023 09:57:21 PM (19 months ago)
Author:
hellofromTonya
Message:

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

File:
1 edited

Legend:

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

    r55152 r55506  
    2929        ]
    3030        branch: [
    31             '6.1','6.0',
     31            '6.2', '6.1','6.0',
    3232            '5.9', '5.8', '5.7', '5.6', '5.5', '5.4', '5.3', '5.2', '5.1', '5.0',
    3333            '4.9', '4.8', '4.7', '4.6', '4.5', '4.4', '4.3', '4.2', '4.1'
     
    3535        include:
    3636          # PHP Compatibility testing was introduced in 5.5.
     37          - branch: '6.2'
     38            workflow: 'php-compatibility.yml'
    3739          - branch: '6.1'
    3840            workflow: 'php-compatibility.yml'
     
    5355          # Starting in 5.8 with #52905, some additional tests with real assertions were introduced.
    5456          # Branches 5.8 and newer should be tested to confirm no regressions are introduced.
     57          - branch: '6.2'
     58            workflow: 'end-to-end-tests.yml'
    5559          - branch: '6.1'
    5660            workflow: 'end-to-end-tests.yml'
     
    6670      - name: Dispatch workflow run
    6771        uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
    68         if: ${{ github.event_name == 'push' || github.event.schedule == '0 0 15 * *' || matrix.branch == '6.1' }}
     72        if: ${{ github.event_name == 'push' || github.event.schedule == '0 0 15 * *' || matrix.branch == '6.2' }}
    6973        with:
    7074          retries: 2
Note: See TracChangeset for help on using the changeset viewer.