Skip to content

Commit 18c39cd

Browse files
committed
Post 7.0 branching changes for the 7.0 branch.
Reviewed by SergeyBiryukov. See #64966. git-svn-id: https://develop.svn.wordpress.org/branches/7.0@62162 602fd350-edb4-49c9-b593-d223f7449a82
1 parent abf8dc0 commit 18c39cd

46 files changed

Lines changed: 40 additions & 4628 deletions

Some content is hidden

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

.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
@@ -49,6 +49,6 @@ jobs:
4949
check-for-built-file-changes:
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

.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
@@ -59,7 +59,7 @@ jobs:
5959
# Runs the end-to-end test suite.
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
6565
if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }}
@@ -74,7 +74,7 @@ jobs:
7474

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

.github/workflows/failed-workflow.yml

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

0 commit comments

Comments
 (0)