Skip to content

Commit

Permalink
Always use support files found in wordpress-develop.
Browse files Browse the repository at this point in the history
  • Loading branch information
desrosj committed Nov 25, 2024
1 parent 897a8ba commit 3d4d107
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/reusable-support-json-reader-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
repository: WordPress/wordpress-develop
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}

- name: Determine the major WordPress version
Expand Down Expand Up @@ -74,6 +75,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
repository: WordPress/wordpress-develop
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}

# Look up the major version's specific PHP support policy when a version is provided.
Expand Down Expand Up @@ -106,6 +108,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
repository: WordPress/wordpress-develop
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}

# Look up the major version's specific MySQL support policy when a version is provided.
Expand Down

0 comments on commit 3d4d107

Please sign in to comment.