Make WordPress Core

Changeset 62162


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

Post 7.0 branching changes for the 7.0 branch.

Reviewed by SergeyBiryukov.

See #64966.

Location:
branches/7.0
Files:
30 deleted
16 edited

Legend:

Unmodified
Added
Removed
  • branches/7.0/.env.example

    r61205 r62162  
    1616
    1717# The PHP version to use. Valid options are 'latest', and '{version}-fpm'.
    18 LOCAL_PHP=latest
     18LOCAL_PHP=8.5-fpm
    1919
    2020# Whether or not to enable Xdebug.
  • branches/7.0/.github/workflows/check-built-files.yml

    r62095 r62162  
    5050    name: Check built files
    5151    if: ${{ github.repository == 'wordpress/wordpress-develop' }}
    52     uses: ./.github/workflows/reusable-check-built-files.yml
     52    uses: WordPress/wordpress-develop/.github/workflows/reusable-check-built-files.yml@trunk
    5353    permissions:
    5454      contents: read
  • branches/7.0/.github/workflows/cleanup-pull-requests.yml

    r59661 r62162  
    2626      pull-requests: write
    2727    if: ${{ github.repository == 'WordPress/wordpress-develop' }}
    28     uses: ./.github/workflows/reusable-cleanup-pull-requests.yml
     28    uses: WordPress/wordpress-develop/.github/workflows/reusable-cleanup-pull-requests.yml@trunk
  • branches/7.0/.github/workflows/coding-standards.yml

    r61209 r62162  
    5353  phpcs:
    5454    name: Coding standards
    55     uses: ./.github/workflows/reusable-coding-standards-php.yml
     55    uses: WordPress/wordpress-develop/.github/workflows/reusable-coding-standards-php.yml@trunk
    5656    permissions:
    5757      contents: read
     
    6161  jshint:
    6262    name: Coding standards
    63     uses: ./.github/workflows/reusable-coding-standards-javascript.yml
     63    uses: WordPress/wordpress-develop/.github/workflows/reusable-coding-standards-javascript.yml@trunk
    6464    permissions:
    6565      contents: read
     
    6868  slack-notifications:
    6969    name: Slack Notifications
    70     uses: ./.github/workflows/slack-notifications.yml
     70    uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
    7171    permissions:
    7272      actions: read
  • branches/7.0/.github/workflows/end-to-end-tests.yml

    r62095 r62162  
    6060  e2e-tests:
    6161    name: ${{ matrix.label }}
    62     uses: ./.github/workflows/reusable-end-to-end-tests.yml
     62    uses: WordPress/wordpress-develop/.github/workflows/reusable-end-to-end-tests.yml@trunk
    6363    permissions:
    6464      contents: read
     
    7575  slack-notifications:
    7676    name: Slack Notifications
    77     uses: ./.github/workflows/slack-notifications.yml
     77    uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
    7878    permissions:
    7979      actions: read
  • branches/7.0/.github/workflows/javascript-tests.yml

    r62095 r62162  
    5656  test-js:
    5757    name: QUnit Tests
    58     uses: ./.github/workflows/reusable-javascript-tests.yml
     58    uses: WordPress/wordpress-develop/.github/workflows/reusable-javascript-tests.yml@trunk
    5959    permissions:
    6060      contents: read
     
    6363  slack-notifications:
    6464    name: Slack Notifications
    65     uses: ./.github/workflows/slack-notifications.yml
     65    uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
    6666    permissions:
    6767      actions: read
  • branches/7.0/.github/workflows/javascript-type-checking.yml

    r62095 r62162  
    4747  typecheck:
    4848    name: JavaScript type checking
    49     uses: ./.github/workflows/reusable-javascript-type-checking-v1.yml
     49    uses: WordPress/wordpress-develop/.github/workflows/reusable-javascript-type-checking-v1.yml@trunk
    5050    permissions:
    5151      contents: read
     
    5454  slack-notifications:
    5555    name: Slack Notifications
    56     uses: ./.github/workflows/slack-notifications.yml
     56    uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
    5757    permissions:
    5858      actions: read
  • branches/7.0/.github/workflows/local-docker-environment.yml

    r62095 r62162  
    7777  build-test-matrix:
    7878    name: Build Test Matrix
    79     uses: ./.github/workflows/reusable-support-json-reader-v1.yml
     79    uses: WordPress/wordpress-develop/.github/workflows/reusable-support-json-reader-v1.yml@trunk
    8080    permissions:
    8181      contents: read
     
    8888  environment-tests-mysql:
    8989    name: PHP ${{ matrix.php }}
    90     uses: ./.github/workflows/reusable-test-local-docker-environment-v1.yml
     90    uses: WordPress/wordpress-develop/.github/workflows/reusable-test-local-docker-environment-v1.yml@trunk
    9191    permissions:
    9292      contents: read
     
    123123  slack-notifications:
    124124    name: Slack Notifications
    125     uses: ./.github/workflows/slack-notifications.yml
     125    uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
    126126    permissions:
    127127      actions: read
  • branches/7.0/.github/workflows/performance.yml

    r62095 r62162  
    9898  performance:
    9999    name: ${{ matrix.multisite && 'Multisite' || 'Single Site' }} ${{ matrix.memcached && 'Memcached' || 'Default' }}
    100     uses: ./.github/workflows/reusable-performance-test-v2.yml
     100    uses: WordPress/wordpress-develop/.github/workflows/reusable-performance-test-v2.yml@trunk
    101101    needs: [ determine-matrix ]
    102102    permissions:
     
    116116  compare:
    117117    name: ${{ matrix.label }}
    118     uses: ./.github/workflows/reusable-performance-report-v2.yml
     118    uses: WordPress/wordpress-develop/.github/workflows/reusable-performance-report-v2.yml@trunk
    119119    needs: [ determine-matrix, performance ]
    120120    permissions:
     
    137137  slack-notifications:
    138138    name: Slack Notifications
    139     uses: ./.github/workflows/slack-notifications.yml
     139    uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
    140140    permissions:
    141141      actions: read
  • branches/7.0/.github/workflows/php-compatibility.yml

    r61209 r62162  
    4545  php-compatibility:
    4646    name: Check PHP compatibility
    47     uses: ./.github/workflows/reusable-php-compatibility.yml
     47    uses: WordPress/wordpress-develop/.github/workflows/reusable-php-compatibility.yml@trunk
    4848    permissions:
    4949      contents: read
     
    5252  slack-notifications:
    5353    name: Slack Notifications
    54     uses: ./.github/workflows/slack-notifications.yml
     54    uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
    5555    permissions:
    5656      actions: read
  • branches/7.0/.github/workflows/phpstan-static-analysis.yml

    r61837 r62162  
    4343  phpstan:
    4444    name: PHP static analysis
    45     uses: ./.github/workflows/reusable-phpstan-static-analysis-v1.yml
     45    uses: WordPress/wordpress-develop/.github/workflows/reusable-phpstan-static-analysis-v1.yml@trunk
    4646    permissions:
    4747      contents: read
     
    5050  slack-notifications:
    5151    name: Slack Notifications
    52     uses: ./.github/workflows/slack-notifications.yml
     52    uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
    5353    permissions:
    5454      actions: read
  • branches/7.0/.github/workflows/phpunit-tests.yml

    r61875 r62162  
    6464  test-with-mysql:
    6565    name: PHP ${{ matrix.php }}
    66     uses: ./.github/workflows/reusable-phpunit-tests-v3.yml
     66    uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests-v3.yml@trunk
    6767    permissions:
    6868      contents: read
     
    141141  test-with-mariadb:
    142142    name: PHP ${{ matrix.php }}
    143     uses: ./.github/workflows/reusable-phpunit-tests-v3.yml
     143    uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests-v3.yml@trunk
    144144    permissions:
    145145      contents: read
     
    193193  test-innovation-releases:
    194194    name: PHP ${{ matrix.php }}
    195     uses: ./.github/workflows/reusable-phpunit-tests-v3.yml
     195    uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests-v3.yml@trunk
    196196    permissions:
    197197      contents: read
     
    236236  html-api-test-groups:
    237237    name: ${{ matrix.label }}
    238     uses: ./.github/workflows/reusable-phpunit-tests-v3.yml
     238    uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests-v3.yml@trunk
    239239    permissions:
    240240      contents: read
     
    265265  limited-matrix-for-forks:
    266266    name: PHP ${{ matrix.php }}
    267     uses: ./.github/workflows/reusable-phpunit-tests-v3.yml
     267    uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests-v3.yml@trunk
    268268    permissions:
    269269      contents: read
     
    316316  slack-notifications:
    317317    name: Slack Notifications
    318     uses: ./.github/workflows/slack-notifications.yml
     318    uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
    319319    permissions:
    320320      actions: read
  • branches/7.0/.github/workflows/test-build-processes.yml

    r62095 r62162  
    5252  test-core-build-process:
    5353    name: Core running from ${{ matrix.directory }}
    54     uses: ./.github/workflows/reusable-test-core-build-process.yml
     54    uses: WordPress/wordpress-develop/.github/workflows/reusable-test-core-build-process.yml@trunk
    5555    permissions:
    5656      contents: read
     
    8787  test-core-build-process-additional-os:
    8888    name: Core running from ${{ matrix.directory }}
    89     uses: ./.github/workflows/reusable-test-core-build-process.yml
     89    uses: WordPress/wordpress-develop/.github/workflows/reusable-test-core-build-process.yml@trunk
    9090    permissions:
    9191      contents: read
     
    102102  slack-notifications:
    103103    name: Slack Notifications
    104     uses: ./.github/workflows/slack-notifications.yml
     104    uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
    105105    permissions:
    106106      actions: read
  • branches/7.0/.github/workflows/upgrade-develop-testing.yml

    r62042 r62162  
    4747  build:
    4848    name: Build
    49     uses: ./.github/workflows/reusable-build-package.yml
     49    uses: WordPress/wordpress-develop/.github/workflows/reusable-build-package.yml@trunk
    5050    if: ${{ startsWith( github.repository, 'WordPress/' ) && ( github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' ) }}
    5151    permissions:
     
    6363  upgrade-tests-develop:
    6464    name: Upgrade from ${{ matrix.wp }}
    65     uses: ./.github/workflows/reusable-upgrade-testing.yml
     65    uses: WordPress/wordpress-develop/.github/workflows/reusable-upgrade-testing.yml@trunk
    6666    if: ${{ github.repository == 'WordPress/wordpress-develop' }}
    6767    needs: [ build ]
     
    9090  upgrade-tests-develop-forks:
    9191    name: Upgrade from ${{ matrix.wp }}
    92     uses: ./.github/workflows/reusable-upgrade-testing.yml
     92    uses: WordPress/wordpress-develop/.github/workflows/reusable-upgrade-testing.yml@trunk
    9393    if: ${{ github.repository != 'WordPress/wordpress-develop' }}
    9494    needs: [ build ]
     
    115115  slack-notifications:
    116116    name: Slack Notifications
    117     uses: ./.github/workflows/slack-notifications.yml
     117    uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
    118118    permissions:
    119119      actions: read
  • branches/7.0/.github/workflows/workflow-lint.yml

    r61209 r62162  
    3333  lint:
    3434    name: Lint GitHub Action files
    35     uses: ./.github/workflows/reusable-workflow-lint.yml
     35    uses: WordPress/wordpress-develop/.github/workflows/reusable-workflow-lint.yml@trunk
    3636    if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }}
    3737    permissions:
     
    4242  slack-notifications:
    4343    name: Slack Notifications
    44     uses: ./.github/workflows/slack-notifications.yml
     44    uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
    4545    permissions:
    4646      actions: read
  • branches/7.0/docker-compose.yml

    r61459 r62162  
    3333  ##
    3434  php:
    35     image: wordpressdevelop/php:${LOCAL_PHP-latest}
     35    image: wordpressdevelop/php:${LOCAL_PHP-8.5-fpm}
    3636
    3737    networks:
     
    6565  ##
    6666  mysql:
    67     image: ${LOCAL_DB_TYPE-mysql}:${LOCAL_DB_VERSION-latest}
     67    image: ${LOCAL_DB_TYPE-mysql}:${LOCAL_DB_VERSION-8.4}
    6868
    6969    networks:
     
    9393  ##
    9494  cli:
    95     image: wordpressdevelop/cli:${LOCAL_PHP-latest}
     95    image: wordpressdevelop/cli:${LOCAL_PHP-8.5-fpm}
    9696
    9797    networks:
Note: See TracChangeset for help on using the changeset viewer.