Make WordPress Core


Ignore:
Timestamp:
06/25/2024 05:04:59 PM (12 months ago)
Author:
desrosj
Message:

Post WordPress 6.6 branching version bump.

trunk is now 6.7-alpha.

File:
1 edited

Legend:

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

    r57783 r58575  
    1818
    1919env:
    20   CURRENTLY_SUPPORTED_BRANCH: '6.5'
     20  CURRENTLY_SUPPORTED_BRANCH: '6.6'
    2121
    2222jobs:
     
    3838        ]
    3939        branch: [
    40             '6.5', '6.4', '6.3', '6.2', '6.1','6.0',
     40            '6.6', '6.5', '6.4', '6.3', '6.2', '6.1','6.0',
    4141            '5.9', '5.8', '5.7', '5.6', '5.5', '5.4', '5.3', '5.2', '5.1', '5.0',
    4242            '4.9', '4.8', '4.7', '4.6', '4.5', '4.4', '4.3', '4.2', '4.1'
     
    4444        include:
    4545          # PHP Compatibility testing was introduced in 5.5.
     46          - branch: '6.6'
     47            workflow: 'php-compatibility.yml'
    4648          - branch: '6.5'
    4749            workflow: 'php-compatibility.yml'
     
    7072          # Starting in 5.8 with #52905, some additional tests with real assertions were introduced.
    7173          # Branches 5.8 and newer should be tested to confirm no regressions are introduced.
     74          - branch: '6.6'
     75            workflow: 'end-to-end-tests.yml'
    7276          - branch: '6.5'
    7377            workflow: 'end-to-end-tests.yml'
     
    8892
    8993          # Performance testing was introduced in 6.2.
     94          - branch: '6.6'
     95            workflow: 'performance.yml'
    9096          - branch: '6.5'
    9197            workflow: 'performance.yml'
Note: See TracChangeset for help on using the changeset viewer.