Changeset 63167 for trunk/.github/workflows/upgrade-develop-testing.yml
- Timestamp:
- 08/10/2026 10:26:55 PM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/upgrade-develop-testing.yml
r62855 r63167 44 44 build: 45 45 name: Build 46 uses: ./.github/workflows/reusable-build-package.yml46 uses: WordPress/wordpress-develop/.github/workflows/reusable-build-package.yml@trunk 47 47 if: ${{ startsWith( github.repository, 'WordPress/' ) && ( github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' ) }} 48 48 permissions: … … 60 60 upgrade-tests-develop: 61 61 name: Upgrade from ${{ matrix.wp }} 62 uses: ./.github/workflows/reusable-upgrade-testing.yml62 uses: WordPress/wordpress-develop/.github/workflows/reusable-upgrade-testing.yml@trunk 63 63 if: ${{ github.repository == 'WordPress/wordpress-develop' }} 64 64 needs: [ build ] … … 73 73 db-version: [ '5.7', '8.4' ] 74 74 # WordPress 5.3 is the oldest version that supports PHP 7.4. 75 wp: [ '5.3', '6.9', '7.0' ]75 wp: [ '5.3', '6.9', '7.0', '7.1-RC2' ] 76 76 multisite: [ false, true ] 77 77 with: … … 87 87 upgrade-tests-develop-forks: 88 88 name: Upgrade from ${{ matrix.wp }} 89 uses: ./.github/workflows/reusable-upgrade-testing.yml89 uses: WordPress/wordpress-develop/.github/workflows/reusable-upgrade-testing.yml@trunk 90 90 if: ${{ github.repository != 'WordPress/wordpress-develop' }} 91 91 needs: [ build ] … … 99 99 db-type: [ 'mysql' ] 100 100 db-version: [ '8.4' ] 101 wp: [ '6.9', '7.0' ]101 wp: [ '6.9', '7.0', '7.1-RC2' ] 102 102 multisite: [ false, true ] 103 103 with: … … 112 112 slack-notifications: 113 113 name: Slack Notifications 114 uses: ./.github/workflows/slack-notifications.yml114 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk 115 115 permissions: 116 116 actions: read
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)