Changeset 61287
- Timestamp:
- 11/24/2025 05:55:31 PM (4 weeks ago)
- Location:
- branches/6.9
- Files:
-
- 28 deleted
- 14 edited
-
.env.example (modified) (1 diff)
-
.github/workflows/check-built-files.yml (modified) (1 diff)
-
.github/workflows/cleanup-pull-requests.yml (modified) (1 diff)
-
.github/workflows/coding-standards.yml (modified) (3 diffs)
-
.github/workflows/commit-built-file-changes.yml (deleted)
-
.github/workflows/end-to-end-tests.yml (modified) (2 diffs)
-
.github/workflows/failed-workflow.yml (deleted)
-
.github/workflows/install-testing.yml (deleted)
-
.github/workflows/javascript-tests.yml (modified) (2 diffs)
-
.github/workflows/local-docker-environment.yml (modified) (3 diffs)
-
.github/workflows/performance.yml (modified) (3 diffs)
-
.github/workflows/php-compatibility.yml (modified) (2 diffs)
-
.github/workflows/phpunit-tests.yml (modified) (6 diffs)
-
.github/workflows/reusable-build-package.yml (deleted)
-
.github/workflows/reusable-check-built-files.yml (deleted)
-
.github/workflows/reusable-cleanup-pull-requests.yml (deleted)
-
.github/workflows/reusable-coding-standards-javascript.yml (deleted)
-
.github/workflows/reusable-coding-standards-php.yml (deleted)
-
.github/workflows/reusable-end-to-end-tests.yml (deleted)
-
.github/workflows/reusable-javascript-tests.yml (deleted)
-
.github/workflows/reusable-performance-report-v2.yml (deleted)
-
.github/workflows/reusable-performance-test-v2.yml (deleted)
-
.github/workflows/reusable-performance.yml (deleted)
-
.github/workflows/reusable-php-compatibility.yml (deleted)
-
.github/workflows/reusable-phpunit-tests-v1.yml (deleted)
-
.github/workflows/reusable-phpunit-tests-v2.yml (deleted)
-
.github/workflows/reusable-phpunit-tests-v3.yml (deleted)
-
.github/workflows/reusable-support-json-reader-v1.yml (deleted)
-
.github/workflows/reusable-test-core-build-process.yml (deleted)
-
.github/workflows/reusable-test-gutenberg-build-process.yml (deleted)
-
.github/workflows/reusable-test-local-docker-environment-v1.yml (deleted)
-
.github/workflows/reusable-upgrade-testing.yml (deleted)
-
.github/workflows/reusable-workflow-lint.yml (deleted)
-
.github/workflows/slack-notifications.yml (deleted)
-
.github/workflows/test-and-zip-default-themes.yml (deleted)
-
.github/workflows/test-build-processes.yml (modified) (5 diffs)
-
.github/workflows/test-coverage.yml (deleted)
-
.github/workflows/test-old-branches.yml (deleted)
-
.github/workflows/upgrade-develop-testing.yml (modified) (4 diffs)
-
.github/workflows/upgrade-testing.yml (deleted)
-
.github/workflows/workflow-lint.yml (modified) (2 diffs)
-
docker-compose.yml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.9/.env.example
r61205 r61287 16 16 17 17 # The PHP version to use. Valid options are 'latest', and '{version}-fpm'. 18 LOCAL_PHP= latest18 LOCAL_PHP=8.5-fpm 19 19 20 20 # Whether or not to enable Xdebug. -
branches/6.9/.github/workflows/check-built-files.yml
r61050 r61287 47 47 name: Check built files 48 48 if: ${{ github.repository == 'wordpress/wordpress-develop' }} 49 uses: ./.github/workflows/reusable-check-built-files.yml49 uses: WordPress/wordpress-develop/.github/workflows/reusable-check-built-files.yml@trunk 50 50 permissions: 51 51 contents: read -
branches/6.9/.github/workflows/cleanup-pull-requests.yml
r59661 r61287 26 26 pull-requests: write 27 27 if: ${{ github.repository == 'WordPress/wordpress-develop' }} 28 uses: ./.github/workflows/reusable-cleanup-pull-requests.yml28 uses: WordPress/wordpress-develop/.github/workflows/reusable-cleanup-pull-requests.yml@trunk -
branches/6.9/.github/workflows/coding-standards.yml
r61209 r61287 53 53 phpcs: 54 54 name: Coding standards 55 uses: ./.github/workflows/reusable-coding-standards-php.yml55 uses: WordPress/wordpress-develop/.github/workflows/reusable-coding-standards-php.yml@trunk 56 56 permissions: 57 57 contents: read … … 61 61 jshint: 62 62 name: Coding standards 63 uses: ./.github/workflows/reusable-coding-standards-javascript.yml63 uses: WordPress/wordpress-develop/.github/workflows/reusable-coding-standards-javascript.yml@trunk 64 64 permissions: 65 65 contents: read … … 68 68 slack-notifications: 69 69 name: Slack Notifications 70 uses: ./.github/workflows/slack-notifications.yml70 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk 71 71 permissions: 72 72 actions: read -
branches/6.9/.github/workflows/end-to-end-tests.yml
r61209 r61287 58 58 e2e-tests: 59 59 name: ${{ matrix.label }} 60 uses: ./.github/workflows/reusable-end-to-end-tests.yml60 uses: WordPress/wordpress-develop/.github/workflows/reusable-end-to-end-tests.yml@trunk 61 61 permissions: 62 62 contents: read … … 73 73 slack-notifications: 74 74 name: Slack Notifications 75 uses: ./.github/workflows/slack-notifications.yml75 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk 76 76 permissions: 77 77 actions: read -
branches/6.9/.github/workflows/javascript-tests.yml
r61209 r61287 54 54 test-js: 55 55 name: QUnit Tests 56 uses: ./.github/workflows/reusable-javascript-tests.yml56 uses: WordPress/wordpress-develop/.github/workflows/reusable-javascript-tests.yml@trunk 57 57 permissions: 58 58 contents: read … … 61 61 slack-notifications: 62 62 name: Slack Notifications 63 uses: ./.github/workflows/slack-notifications.yml63 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk 64 64 permissions: 65 65 actions: read -
branches/6.9/.github/workflows/local-docker-environment.yml
r61209 r61287 75 75 build-test-matrix: 76 76 name: Build Test Matrix 77 uses: ./.github/workflows/reusable-support-json-reader-v1.yml77 uses: WordPress/wordpress-develop/.github/workflows/reusable-support-json-reader-v1.yml@trunk 78 78 permissions: 79 79 contents: read … … 86 86 environment-tests-mysql: 87 87 name: PHP ${{ matrix.php }} 88 uses: ./.github/workflows/reusable-test-local-docker-environment-v1.yml88 uses: WordPress/wordpress-develop/.github/workflows/reusable-test-local-docker-environment-v1.yml@trunk 89 89 permissions: 90 90 contents: read … … 124 124 slack-notifications: 125 125 name: Slack Notifications 126 uses: ./.github/workflows/slack-notifications.yml126 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk 127 127 permissions: 128 128 actions: read -
branches/6.9/.github/workflows/performance.yml
r61209 r61287 96 96 performance: 97 97 name: ${{ matrix.multisite && 'Multisite' || 'Single Site' }} ${{ matrix.memcached && 'Memcached' || 'Default' }} 98 uses: ./.github/workflows/reusable-performance-test-v2.yml98 uses: WordPress/wordpress-develop/.github/workflows/reusable-performance-test-v2.yml@trunk 99 99 needs: [ determine-matrix ] 100 100 permissions: … … 114 114 compare: 115 115 name: ${{ matrix.label }} 116 uses: ./.github/workflows/reusable-performance-report-v2.yml116 uses: WordPress/wordpress-develop/.github/workflows/reusable-performance-report-v2.yml@trunk 117 117 needs: [ determine-matrix, performance ] 118 118 permissions: … … 135 135 slack-notifications: 136 136 name: Slack Notifications 137 uses: ./.github/workflows/slack-notifications.yml137 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk 138 138 permissions: 139 139 actions: read -
branches/6.9/.github/workflows/php-compatibility.yml
r61209 r61287 45 45 php-compatibility: 46 46 name: Check PHP compatibility 47 uses: ./.github/workflows/reusable-php-compatibility.yml47 uses: WordPress/wordpress-develop/.github/workflows/reusable-php-compatibility.yml@trunk 48 48 permissions: 49 49 contents: read … … 52 52 slack-notifications: 53 53 name: Slack Notifications 54 uses: ./.github/workflows/slack-notifications.yml54 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk 55 55 permissions: 56 56 actions: read -
branches/6.9/.github/workflows/phpunit-tests.yml
r61256 r61287 64 64 test-with-mysql: 65 65 name: PHP ${{ matrix.php }} 66 uses: ./.github/workflows/reusable-phpunit-tests-v3.yml66 uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests-v3.yml@trunk 67 67 permissions: 68 68 contents: read … … 141 141 test-with-mariadb: 142 142 name: PHP ${{ matrix.php }} 143 uses: ./.github/workflows/reusable-phpunit-tests-v3.yml143 uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests-v3.yml@trunk 144 144 permissions: 145 145 contents: read … … 193 193 test-innovation-releases: 194 194 name: PHP ${{ matrix.php }} 195 uses: ./.github/workflows/reusable-phpunit-tests-v3.yml195 uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests-v3.yml@trunk 196 196 permissions: 197 197 contents: read … … 241 241 html-api-test-groups: 242 242 name: ${{ matrix.label }} 243 uses: ./.github/workflows/reusable-phpunit-tests-v3.yml243 uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests-v3.yml@trunk 244 244 permissions: 245 245 contents: read … … 270 270 limited-matrix-for-forks: 271 271 name: PHP ${{ matrix.php }} 272 uses: ./.github/workflows/reusable-phpunit-tests-v3.yml272 uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests-v3.yml@trunk 273 273 permissions: 274 274 contents: read … … 321 321 slack-notifications: 322 322 name: Slack Notifications 323 uses: ./.github/workflows/slack-notifications.yml323 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk 324 324 permissions: 325 325 actions: read -
branches/6.9/.github/workflows/test-build-processes.yml
r61209 r61287 51 51 test-core-build-process: 52 52 name: Core running from ${{ matrix.directory }} 53 uses: ./.github/workflows/reusable-test-core-build-process.yml53 uses: WordPress/wordpress-develop/.github/workflows/reusable-test-core-build-process.yml@trunk 54 54 permissions: 55 55 contents: read … … 86 86 test-core-build-process-additional-os: 87 87 name: Core running from ${{ matrix.directory }} 88 uses: ./.github/workflows/reusable-test-core-build-process.yml88 uses: WordPress/wordpress-develop/.github/workflows/reusable-test-core-build-process.yml@trunk 89 89 permissions: 90 90 contents: read … … 102 102 test-gutenberg-build-process: 103 103 name: Gutenberg running from ${{ matrix.directory }} 104 uses: ./.github/workflows/reusable-test-gutenberg-build-process.yml104 uses: WordPress/wordpress-develop/.github/workflows/reusable-test-gutenberg-build-process.yml@trunk 105 105 permissions: 106 106 contents: read … … 127 127 test-gutenberg-build-process-additional-os: 128 128 name: Gutenberg running from ${{ matrix.directory }} 129 uses: ./.github/workflows/reusable-test-gutenberg-build-process.yml129 uses: WordPress/wordpress-develop/.github/workflows/reusable-test-gutenberg-build-process.yml@trunk 130 130 permissions: 131 131 contents: read … … 142 142 slack-notifications: 143 143 name: Slack Notifications 144 uses: ./.github/workflows/slack-notifications.yml144 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk 145 145 permissions: 146 146 actions: read -
branches/6.9/.github/workflows/upgrade-develop-testing.yml
r61209 r61287 47 47 build: 48 48 name: Build 49 uses: ./.github/workflows/reusable-build-package.yml49 uses: WordPress/wordpress-develop/.github/workflows/reusable-build-package.yml@trunk 50 50 if: ${{ startsWith( github.repository, 'WordPress/' ) && ( github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' ) }} 51 51 permissions: … … 55 55 upgrade-tests-develop: 56 56 name: Upgrade from ${{ matrix.wp }} 57 uses: ./.github/workflows/reusable-upgrade-testing.yml57 uses: WordPress/wordpress-develop/.github/workflows/reusable-upgrade-testing.yml@trunk 58 58 if: ${{ github.repository == 'WordPress/wordpress-develop' }} 59 59 needs: [ build ] … … 90 90 upgrade-tests-develop-forks: 91 91 name: Upgrade from ${{ matrix.wp }} 92 uses: ./.github/workflows/reusable-upgrade-testing.yml92 uses: WordPress/wordpress-develop/.github/workflows/reusable-upgrade-testing.yml@trunk 93 93 if: ${{ github.repository != 'WordPress/wordpress-develop' }} 94 94 needs: [ build ] … … 121 121 slack-notifications: 122 122 name: Slack Notifications 123 uses: ./.github/workflows/slack-notifications.yml123 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk 124 124 permissions: 125 125 actions: read -
branches/6.9/.github/workflows/workflow-lint.yml
r61209 r61287 33 33 lint: 34 34 name: Lint GitHub Action files 35 uses: ./.github/workflows/reusable-workflow-lint.yml35 uses: WordPress/wordpress-develop/.github/workflows/reusable-workflow-lint.yml@trunk 36 36 if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }} 37 37 permissions: … … 42 42 slack-notifications: 43 43 name: Slack Notifications 44 uses: ./.github/workflows/slack-notifications.yml44 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk 45 45 permissions: 46 46 actions: read -
branches/6.9/docker-compose.yml
r60926 r61287 33 33 ## 34 34 php: 35 image: wordpressdevelop/php:${LOCAL_PHP- latest}35 image: wordpressdevelop/php:${LOCAL_PHP-8.5-fpm} 36 36 37 37 networks: … … 65 65 ## 66 66 mysql: 67 image: ${LOCAL_DB_TYPE-mysql}:${LOCAL_DB_VERSION- latest}67 image: ${LOCAL_DB_TYPE-mysql}:${LOCAL_DB_VERSION-8.4} 68 68 69 69 networks: … … 96 96 ## 97 97 cli: 98 image: wordpressdevelop/cli:${LOCAL_PHP- latest}98 image: wordpressdevelop/cli:${LOCAL_PHP-8.5-fpm} 99 99 100 100 networks:
Note: See TracChangeset
for help on using the changeset viewer.