Skip to content

Commit 07a009c

Browse files
committed
General: Final 6.9 post-branching tasks.
This makes the following changes to the 6.9 branch: - Pin PHP 8.5 and MySQL 8.4 as the default valuses of `LOCAL_PHP` and `LOCAL_DB_VERSION`. - Removes unnecessary GitHub Actions workflow files. - Changes all local GitHub Actions references to remote ones targeting `trunk`. Reviewed by peterwilsoncc. Props peterwilsoncc, johnbillion, davidbaumwald. Fixes #64235. git-svn-id: https://develop.svn.wordpress.org/branches/6.9@61287 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 87e656a commit 07a009c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+38
-4478
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ LOCAL_PORT=8889
1515
LOCAL_DIR=src
1616

1717
# The PHP version to use. Valid options are 'latest', and '{version}-fpm'.
18-
LOCAL_PHP=latest
18+
LOCAL_PHP=8.5-fpm
1919

2020
# Whether or not to enable Xdebug.
2121
LOCAL_PHP_XDEBUG=false

.github/workflows/check-built-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ jobs:
4646
check-for-built-file-changes:
4747
name: Check built files
4848
if: ${{ github.repository == 'wordpress/wordpress-develop' }}
49-
uses: ./.github/workflows/reusable-check-built-files.yml
49+
uses: WordPress/wordpress-develop/.github/workflows/reusable-check-built-files.yml@trunk
5050
permissions:
5151
contents: read

.github/workflows/cleanup-pull-requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
permissions:
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

.github/workflows/coding-standards.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,22 +52,22 @@ jobs:
5252
# Runs the PHP coding standards checks.
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
5858
if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }}
5959

6060
# Runs the JavaScript coding standards checks.
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
6666
if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }}
6767

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
7373
contents: read

.github/workflows/commit-built-file-changes.yml

Lines changed: 0 additions & 168 deletions
This file was deleted.

.github/workflows/end-to-end-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# Runs the end-to-end test suite.
5858
e2e-tests:
5959
name: ${{ matrix.label }}
60-
uses: ./.github/workflows/reusable-end-to-end-tests.yml
60+
uses: WordPress/wordpress-develop/.github/workflows/reusable-end-to-end-tests.yml@trunk
6161
permissions:
6262
contents: read
6363
if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }}
@@ -72,7 +72,7 @@ jobs:
7272

7373
slack-notifications:
7474
name: Slack Notifications
75-
uses: ./.github/workflows/slack-notifications.yml
75+
uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
7676
permissions:
7777
actions: read
7878
contents: read

.github/workflows/failed-workflow.yml

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)