Make WordPress Core


Ignore:
Timestamp:
07/19/2023 05:52:06 AM (2 years ago)
Author:
mikeschroder
Message:

Trunk is now 6.4 alpha.

File:
1 edited

Legend:

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

    r55717 r56267  
    3535        ]
    3636        branch: [
    37             '6.2', '6.1','6.0',
     37            '6.3', '6.2', '6.1','6.0',
    3838            '5.9', '5.8', '5.7', '5.6', '5.5', '5.4', '5.3', '5.2', '5.1', '5.0',
    3939            '4.9', '4.8', '4.7', '4.6', '4.5', '4.4', '4.3', '4.2', '4.1'
     
    4141        include:
    4242          # PHP Compatibility testing was introduced in 5.5.
     43          - branch: '6.3'
     44            workflow: 'php-compatibility.yml'
    4345          - branch: '6.2'
    4446            workflow: 'php-compatibility.yml'
     
    6163          # Starting in 5.8 with #52905, some additional tests with real assertions were introduced.
    6264          # Branches 5.8 and newer should be tested to confirm no regressions are introduced.
     65          - branch: '6.3'
     66            workflow: 'end-to-end-tests.yml'
    6367          - branch: '6.2'
    6468            workflow: 'end-to-end-tests.yml'
     
    7377
    7478          # Performance testing was introduced in 6.2.
     79          - branch: '6.3'
     80            workflow: 'performance.yml'
    7581          - branch: '6.2'
    7682            workflow: 'performance.yml'
     
    8086      - name: Dispatch workflow run
    8187        uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
    82         if: ${{ github.event_name == 'push' || github.event.schedule == '0 0 15 * *' || matrix.branch == '6.2' }}
     88        if: ${{ github.event_name == 'push' || github.event.schedule == '0 0 15 * *' || matrix.branch == '6.3' }}
    8389        with:
    8490          retries: 2
Note: See TracChangeset for help on using the changeset viewer.