Make WordPress Core


Ignore:
Timestamp:
10/18/2022 08:03:57 PM (2 years ago)
Author:
davidbaumwald
Message:

Trunk is now 6.2 alpha.

File:
1 edited

Legend:

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

    r54511 r54642  
    2929        ]
    3030        branch: [
    31             '6.0',
     31            '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', '4.0',
     
    3636        include:
    3737          # PHP Compatibility testing was introduced in 5.5.
     38          - branch: '6.1'
     39            workflow: 'php-compatibility.yml'
    3840          - branch: '6.0'
    3941            workflow: 'php-compatibility.yml'
     
    5254          # Starting in 5.8 with #52905, some additional tests with real assertions were introduced.
    5355          # Branches 5.8 and newer should be tested to confirm no regressions are introduced.
     56          - branch: '6.1'
     57            workflow: 'end-to-end-tests.yml'
    5458          - branch: '6.0'
    5559            workflow: 'end-to-end-tests.yml'
     
    6973      - name: Dispatch workflow run
    7074        uses: actions/github-script@100527700e8b29ca817ac0e0dfbfc5e8ff38edda # v6.3.2
    71         if: ${{ github.event_name == 'push' || github.event.schedule == '0 0 15 * *' || matrix.branch == '6.0' }}
     75        if: ${{ github.event_name == 'push' || github.event.schedule == '0 0 15 * *' || matrix.branch == '6.1' }}
    7276        with:
    7377          retries: 2
Note: See TracChangeset for help on using the changeset viewer.