Make WordPress Core


Ignore:
Timestamp:
10/22/2024 05:00:25 PM (18 months ago)
Author:
jorbin
Message:

Post WordPress 6.7 branching version bump.

trunk is now 6.8-alpha.

File:
1 edited

Legend:

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

    r59254 r59275  
    1919
    2020env:
    21   CURRENTLY_SUPPORTED_BRANCH: '6.6'
     21  CURRENTLY_SUPPORTED_BRANCH: '6.7'
    2222
    2323jobs:
     
    3939        ]
    4040        branch: [
    41             '6.6', '6.5', '6.4', '6.3', '6.2', '6.1','6.0',
     41            '6.7', '6.6', '6.5', '6.4', '6.3', '6.2', '6.1','6.0',
    4242            '5.9', '5.8', '5.7', '5.6', '5.5', '5.4', '5.3', '5.2', '5.1', '5.0',
    4343            '4.9', '4.8', '4.7', '4.6', '4.5', '4.4', '4.3', '4.2', '4.1'
     
    4545        include:
    4646          # PHP Compatibility testing was introduced in 5.5.
     47          - branch: '6.7'
     48            workflow: 'php-compatibility.yml'
    4749          - branch: '6.6'
    4850            workflow: 'php-compatibility.yml'
     
    7375          # Starting in 5.8 with #52905, some additional tests with real assertions were introduced.
    7476          # Branches 5.8 and newer should be tested to confirm no regressions are introduced.
     77          - branch: '6.7'
     78            workflow: 'end-to-end-tests.yml'
    7579          - branch: '6.6'
    7680            workflow: 'end-to-end-tests.yml'
     
    9599          # Since the workflow frequently failed for 6.2 and 6.3 due to the flaky nature of the Puppeteer tests,
    96100          # the workflow was removed from those two branches.
     101          - branch: '6.7'
     102            workflow: 'performance.yml'
    97103          - branch: '6.6'
    98104            workflow: 'performance.yml'
Note: See TracChangeset for help on using the changeset viewer.