Make WordPress Core

Changeset 63168


Ignore:
Timestamp:
08/10/2026 10:59:12 PM (34 hours ago)
Author:
joedolson
Message:

Post 7.1 branching changes for the 7.1 branch.

Reviewed by jorbin

Props joedolson, jorbin.
See #65844.

Location:
branches/7.1
Files:
30 deleted
16 edited

Legend:

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

    r62407 r63168  
    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.1/.github/workflows/check-built-files.yml

    r62095 r63168  
    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.1/.github/workflows/cleanup-pull-requests.yml

    r59661 r63168  
    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.1/.github/workflows/coding-standards.yml

    r62855 r63168  
    4848  phpcs:
    4949    name: Coding standards
    50     uses: ./.github/workflows/reusable-coding-standards-php.yml
     50    uses: WordPress/wordpress-develop/.github/workflows/reusable-coding-standards-php.yml@trunk
    5151    permissions:
    5252      contents: read
     
    5656  jshint:
    5757    name: Coding standards
    58     uses: ./.github/workflows/reusable-coding-standards-javascript.yml
     58    uses: WordPress/wordpress-develop/.github/workflows/reusable-coding-standards-javascript.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.1/.github/workflows/end-to-end-tests.yml

    r62855 r63168  
    5555  e2e-tests:
    5656    name: ${{ matrix.label }}
    57     uses: ./.github/workflows/reusable-end-to-end-tests.yml
     57    uses: WordPress/wordpress-develop/.github/workflows/reusable-end-to-end-tests.yml@trunk
    5858    permissions:
    5959      contents: read
     
    7070  slack-notifications:
    7171    name: Slack Notifications
    72     uses: ./.github/workflows/slack-notifications.yml
     72    uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
    7373    permissions:
    7474      actions: read
  • branches/7.1/.github/workflows/javascript-tests.yml

    r62855 r63168  
    5151  test-js:
    5252    name: QUnit Tests
    53     uses: ./.github/workflows/reusable-javascript-tests.yml
     53    uses: WordPress/wordpress-develop/.github/workflows/reusable-javascript-tests.yml@trunk
    5454    permissions:
    5555      contents: read
     
    5858  slack-notifications:
    5959    name: Slack Notifications
    60     uses: ./.github/workflows/slack-notifications.yml
     60    uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
    6161    permissions:
    6262      actions: read
  • branches/7.1/.github/workflows/javascript-type-checking.yml

    r62855 r63168  
    4444  typecheck:
    4545    name: JavaScript type checking
    46     uses: ./.github/workflows/reusable-javascript-type-checking-v1.yml
     46    uses: WordPress/wordpress-develop/.github/workflows/reusable-javascript-type-checking-v1.yml@trunk
    4747    permissions:
    4848      contents: read
     
    5151  slack-notifications:
    5252    name: Slack Notifications
    53     uses: ./.github/workflows/slack-notifications.yml
     53    uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
    5454    permissions:
    5555      actions: read
  • branches/7.1/.github/workflows/local-docker-environment.yml

    r62742 r63168  
    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
     
    8787  environment-tests-mysql:
    8888    name: PHP ${{ matrix.php }}
    89     uses: ./.github/workflows/reusable-test-local-docker-environment-v1.yml
     89    uses: WordPress/wordpress-develop/.github/workflows/reusable-test-local-docker-environment-v1.yml@trunk
    9090    permissions:
    9191      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.1/.github/workflows/performance.yml

    r62855 r63168  
    9292  performance:
    9393    name: ${{ matrix.multisite && 'Multisite' || 'Single Site' }} ${{ matrix.memcached && 'Memcached' || 'Default' }}
    94     uses: ./.github/workflows/reusable-performance-test-v2.yml
     94    uses: WordPress/wordpress-develop/.github/workflows/reusable-performance-test-v2.yml@trunk
    9595    needs: [ determine-matrix ]
    9696    permissions:
     
    110110  compare:
    111111    name: ${{ matrix.label }}
    112     uses: ./.github/workflows/reusable-performance-report-v2.yml
     112    uses: WordPress/wordpress-develop/.github/workflows/reusable-performance-report-v2.yml@trunk
    113113    needs: [ determine-matrix, performance ]
    114114    permissions:
     
    131131  slack-notifications:
    132132    name: Slack Notifications
    133     uses: ./.github/workflows/slack-notifications.yml
     133    uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
    134134    permissions:
    135135      actions: read
  • branches/7.1/.github/workflows/php-compatibility.yml

    r62855 r63168  
    4040  php-compatibility:
    4141    name: Check PHP compatibility
    42     uses: ./.github/workflows/reusable-php-compatibility.yml
     42    uses: WordPress/wordpress-develop/.github/workflows/reusable-php-compatibility.yml@trunk
    4343    permissions:
    4444      contents: read
     
    4747  slack-notifications:
    4848    name: Slack Notifications
    49     uses: ./.github/workflows/slack-notifications.yml
     49    uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
    5050    permissions:
    5151      actions: read
  • branches/7.1/.github/workflows/phpstan-static-analysis.yml

    r63019 r63168  
    4040  phpstan:
    4141    name: PHP static analysis
    42     uses: ./.github/workflows/reusable-phpstan-static-analysis-v1.yml
     42    uses: WordPress/wordpress-develop/.github/workflows/reusable-phpstan-static-analysis-v1.yml@trunk
    4343    permissions:
    4444      contents: read
     
    4747  slack-notifications:
    4848    name: Slack Notifications
    49     uses: ./.github/workflows/slack-notifications.yml
     49    uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
    5050    permissions:
    5151      actions: read
  • branches/7.1/.github/workflows/phpunit-tests.yml

    r63162 r63168  
    5656  prepare-gutenberg:
    5757    name: Prepare Gutenberg Assets
    58     uses: ./.github/workflows/reusable-prepare-gutenberg.yml
     58    uses: WordPress/wordpress-develop/.github/workflows/reusable-prepare-gutenberg.yml@trunk
    5959    permissions:
    6060      contents: read
     
    7070  test-with-mysql:
    7171    name: PHP ${{ matrix.php }}
    72     uses: ./.github/workflows/reusable-phpunit-tests-v3.yml
     72    uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests-v3.yml@trunk
    7373    needs: prepare-gutenberg
    7474    permissions:
     
    153153  test-with-mariadb:
    154154    name: PHP ${{ matrix.php }}
    155     uses: ./.github/workflows/reusable-phpunit-tests-v3.yml
     155    uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests-v3.yml@trunk
    156156    needs: prepare-gutenberg
    157157    permissions:
     
    211211  test-innovation-releases:
    212212    name: PHP ${{ matrix.php }}
    213     uses: ./.github/workflows/reusable-phpunit-tests-v3.yml
     213    uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests-v3.yml@trunk
    214214    needs: prepare-gutenberg
    215215    permissions:
     
    258258  html-api-test-groups:
    259259    name: ${{ matrix.label }}
    260     uses: ./.github/workflows/reusable-phpunit-tests-v3.yml
     260    uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests-v3.yml@trunk
    261261    needs: prepare-gutenberg
    262262    permissions:
     
    292292  limited-matrix-for-forks:
    293293    name: PHP ${{ matrix.php }}
    294     uses: ./.github/workflows/reusable-phpunit-tests-v3.yml
     294    uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests-v3.yml@trunk
    295295    needs: prepare-gutenberg
    296296    permissions:
     
    350350  slack-notifications:
    351351    name: Slack Notifications
    352     uses: ./.github/workflows/slack-notifications.yml
     352    uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
    353353    permissions:
    354354      actions: read
  • branches/7.1/.github/workflows/test-build-processes.yml

    r62855 r63168  
    4949  test-core-build-process:
    5050    name: Core running from ${{ matrix.directory }}
    51     uses: ./.github/workflows/reusable-test-core-build-process.yml
     51    uses: WordPress/wordpress-develop/.github/workflows/reusable-test-core-build-process.yml@trunk
    5252    permissions:
    5353      contents: read
     
    8484  test-core-build-process-additional-os:
    8585    name: Core running from ${{ matrix.directory }}
    86     uses: ./.github/workflows/reusable-test-core-build-process.yml
     86    uses: WordPress/wordpress-develop/.github/workflows/reusable-test-core-build-process.yml@trunk
    8787    permissions:
    8888      contents: read
     
    9999  slack-notifications:
    100100    name: Slack Notifications
    101     uses: ./.github/workflows/slack-notifications.yml
     101    uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
    102102    permissions:
    103103      actions: read
  • branches/7.1/.github/workflows/upgrade-develop-testing.yml

    r62855 r63168  
    4444  build:
    4545    name: Build
    46     uses: ./.github/workflows/reusable-build-package.yml
     46    uses: WordPress/wordpress-develop/.github/workflows/reusable-build-package.yml@trunk
    4747    if: ${{ startsWith( github.repository, 'WordPress/' ) && ( github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' ) }}
    4848    permissions:
     
    6060  upgrade-tests-develop:
    6161    name: Upgrade from ${{ matrix.wp }}
    62     uses: ./.github/workflows/reusable-upgrade-testing.yml
     62    uses: WordPress/wordpress-develop/.github/workflows/reusable-upgrade-testing.yml@trunk
    6363    if: ${{ github.repository == 'WordPress/wordpress-develop' }}
    6464    needs: [ build ]
     
    8787  upgrade-tests-develop-forks:
    8888    name: Upgrade from ${{ matrix.wp }}
    89     uses: ./.github/workflows/reusable-upgrade-testing.yml
     89    uses: WordPress/wordpress-develop/.github/workflows/reusable-upgrade-testing.yml@trunk
    9090    if: ${{ github.repository != 'WordPress/wordpress-develop' }}
    9191    needs: [ build ]
     
    112112  slack-notifications:
    113113    name: Slack Notifications
    114     uses: ./.github/workflows/slack-notifications.yml
     114    uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
    115115    permissions:
    116116      actions: read
  • branches/7.1/.github/workflows/workflow-lint.yml

    r62742 r63168  
    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.1/docker-compose.yml

    r62937 r63168  
    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:
     
    9494  ##
    9595  cli:
    96     image: wordpressdevelop/cli:${LOCAL_PHP-latest}
     96    image: wordpressdevelop/cli:${LOCAL_PHP-8.5-fpm}
    9797
    9898    networks:
Note: See TracChangeset for help on using the changeset viewer.