Make WordPress Core

Changeset 62160


Ignore:
Timestamp:
03/27/2026 03:14:21 PM (14 hours ago)
Author:
desrosj
Message:

Build/Test Tools: Post-branching updates for trunk.

Reviewed by SergeyBiryukov.

See #64966.

Location:
trunk
Files:
4 edited

Legend:

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

    r62042 r62160  
    2626
    2727env:
    28   CURRENTLY_SUPPORTED_BRANCH: '6.9'
     28  CURRENTLY_SUPPORTED_BRANCH: '7.0'
    2929
    3030jobs:
     
    4646        ]
    4747        branch: [
     48            '7.0',
    4849            '6.9', '6.8', '6.7', '6.6', '6.5', '6.4', '6.3', '6.2', '6.1','6.0',
    4950            '5.9', '5.8', '5.7', '5.6', '5.5', '5.4', '5.3', '5.2', '5.1', '5.0',
     
    5253        include:
    5354          # PHP Compatibility testing was introduced in 5.5.
     55          - branch: '7.0'
     56            workflow: 'php-compatibility.yml'
    5457          - branch: '6.9'
    5558            workflow: 'php-compatibility.yml'
     
    8689          # Starting in 5.8 with #52905, some additional tests with real assertions were introduced.
    8790          # Branches 5.8 and newer should be tested to confirm no regressions are introduced.
     91          - branch: '7.0'
     92            workflow: 'end-to-end-tests.yml'
    8893          - branch: '6.9'
    8994            workflow: 'end-to-end-tests.yml'
     
    114119          # Since the workflow frequently failed for 6.2 and 6.3 due to the flaky nature of the Puppeteer tests,
    115120          # the workflow was removed from those two branches.
     121          - branch: '7.0'
     122            workflow: 'performance.yml'
    116123          - branch: '6.9'
    117             workflow: 'performance.yml'
    118           - branch: '6.8'
    119124            workflow: 'performance.yml'
    120125
  • trunk/.version-support-mysql.json

    r61875 r62160  
    11{
     2    "7-1": [
     3        "9.6",
     4        "9.5",
     5        "9.4",
     6        "9.3",
     7        "9.2",
     8        "9.1",
     9        "9.0",
     10        "8.4",
     11        "8.0",
     12        "5.7",
     13        "5.6",
     14        "5.5"
     15    ],
    216    "7-0": [
    317        "9.6",
  • trunk/.version-support-php.json

    r61459 r62160  
    11{
     2    "7-1": [
     3        "7.4",
     4        "8.0",
     5        "8.1",
     6        "8.2",
     7        "8.3",
     8        "8.4",
     9        "8.5"
     10    ],
    211    "7-0": [
    312        "7.4",
  • trunk/SECURITY.md

    r61222 r62160  
    1111| Version | Supported |
    1212|---------| --------- |
     13| 7.0.x   | Yes       |
    1314| 6.9.x   | Yes       |
    1415| 6.8.x   | Yes       |
Note: See TracChangeset for help on using the changeset viewer.