Make WordPress Core


Ignore:
Timestamp:
11/11/2025 05:24:35 PM (4 months ago)
Author:
davidbaumwald
Message:

Post 6.9 branching version update.

Trunk is now 7.0-alpha.

Props jorbin, ellatrix, SergeyBiryukov.
Fixes #64235.

File:
1 edited

Legend:

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

    r61217 r61222  
    4646        ]
    4747        branch: [
    48             '6.8', '6.7', '6.6', '6.5', '6.4', '6.3', '6.2', '6.1','6.0',
     48            '6.9', '6.8', '6.7', '6.6', '6.5', '6.4', '6.3', '6.2', '6.1','6.0',
    4949            '5.9', '5.8', '5.7', '5.6', '5.5', '5.4', '5.3', '5.2', '5.1', '5.0',
    5050            '4.9', '4.8', '4.7'
     
    5252        include:
    5353          # PHP Compatibility testing was introduced in 5.5.
     54          - branch: '6.9'
     55            workflow: 'php-compatibility.yml'
    5456          - branch: '6.8'
    5557            workflow: 'php-compatibility.yml'
     
    8486          # Starting in 5.8 with #52905, some additional tests with real assertions were introduced.
    8587          # Branches 5.8 and newer should be tested to confirm no regressions are introduced.
     88          - branch: '6.9'
     89            workflow: 'end-to-end-tests.yml'
    8690          - branch: '6.8'
    8791            workflow: 'end-to-end-tests.yml'
     
    110114          # Since the workflow frequently failed for 6.2 and 6.3 due to the flaky nature of the Puppeteer tests,
    111115          # the workflow was removed from those two branches.
     116          - branch: '6.9'
     117            workflow: 'performance.yml'
    112118          - branch: '6.8'
    113119            workflow: 'performance.yml'
Note: See TracChangeset for help on using the changeset viewer.