Skip to content

Commit

Permalink
Merge pull request #5008 from Automattic/develop
Browse files Browse the repository at this point in the history
Staging release: v20231107.1
  • Loading branch information
sjinks authored Nov 7, 2023
2 parents e4f765a + 2fdbf32 commit 51c6e81
Show file tree
Hide file tree
Showing 12 changed files with 444 additions and 645 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog-summary-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: actions/checkout@v4.1.1

- name: Setup PHP
uses: shivammathur/setup-php@2.26.0
uses: shivammathur/setup-php@2.27.0
with:
php-version: '7.4'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelog-summary-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4.1.1

- name: Setup PHP
uses: shivammathur/setup-php@2.26.0
uses: shivammathur/setup-php@2.27.0
with:
php-version: '7.4'

Expand Down
21 changes: 20 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
matrix:
config:
# Jetpack, Single-Site, PHP 7.4
- { wp: 5.8.x, ms: 'no', jp: 'yes', php: '7.4', phpunit: 7 }
- { wp: 5.9.x, ms: 'no', jp: 'yes', php: '7.4', phpunit: 7 }
- { wp: 6.0.x, ms: 'no', jp: 'yes', php: '7.4', phpunit: 7 }
- { wp: 6.1.x, ms: 'no', jp: 'yes', php: '7.4', phpunit: 7 }
Expand All @@ -41,15 +40,35 @@ jobs:
- { wp: latest, ms: 'no', jp: 'no', php: '7.4', phpunit: 7 }
- { wp: latest, ms: 'yes', jp: 'no', php: '7.4', phpunit: 7 }
# PHP 8.0, Jetpack
- { wp: 6.0.x, ms: 'no', jp: 'yes', php: '8.0', phpunit: '' }
- { wp: 6.0.x, ms: 'yes', jp: 'yes', php: '8.0', phpunit: '' }
- { wp: 6.1.x, ms: 'no', jp: 'yes', php: '8.0', phpunit: '' }
- { wp: 6.1.x, ms: 'yes', jp: 'yes', php: '8.0', phpunit: '' }
- { wp: 6.2.x, ms: 'no', jp: 'yes', php: '8.0', phpunit: '' }
- { wp: 6.2.x, ms: 'yes', jp: 'yes', php: '8.0', phpunit: '' }
- { wp: 6.3.x, ms: 'no', jp: 'yes', php: '8.0', phpunit: '' }
- { wp: 6.3.x, ms: 'yes', jp: 'yes', php: '8.0', phpunit: '' }
- { wp: latest, ms: 'no', jp: 'yes', php: '8.0', phpunit: '', coverage: 'yes' }
- { wp: latest, ms: 'yes', jp: 'yes', php: '8.0', phpunit: '', coverage: 'yes' }
- { wp: nightly, ms: 'no', jp: 'yes', php: '8.0', phpunit: '' }
- { wp: nightly, ms: 'yes', jp: 'yes', php: '8.0', phpunit: '' }
# No Jetpack, WP latest, PHP 8.0
- { wp: latest, ms: 'no', jp: 'no', php: '8.0', phpunit: '' }
- { wp: latest, ms: 'yes', jp: 'no', php: '8.0', phpunit: '' }
# PHP 8.1, Jetpack
- { wp: 6.0.x, ms: 'no', jp: 'yes', php: '8.0', phpunit: '' }
- { wp: 6.0.x, ms: 'yes', jp: 'yes', php: '8.0', phpunit: '' }
- { wp: 6.1.x, ms: 'no', jp: 'yes', php: '8.0', phpunit: '' }
- { wp: 6.1.x, ms: 'yes', jp: 'yes', php: '8.0', phpunit: '' }
- { wp: 6.2.x, ms: 'no', jp: 'yes', php: '8.0', phpunit: '' }
- { wp: 6.2.x, ms: 'yes', jp: 'yes', php: '8.0', phpunit: '' }
- { wp: 6.3.x, ms: 'no', jp: 'yes', php: '8.0', phpunit: '' }
- { wp: 6.3.x, ms: 'yes', jp: 'yes', php: '8.0', phpunit: '' }
- { wp: latest, ms: 'no', jp: 'yes', php: '8.1', phpunit: '' }
- { wp: latest, ms: 'yes', jp: 'yes', php: '8.1', phpunit: '' }
# No Jetpack, WP latest, PHP 8.1
- { wp: latest, ms: 'no', jp: 'no', php: '8.1', phpunit: '' }
- { wp: latest, ms: 'yes', jp: 'no', php: '8.1', phpunit: '' }
# PHP 8.2, Jetpack
- { wp: nightly, ms: 'no', jp: 'yes', php: '8.2', phpunit: '' }
- { wp: nightly, ms: 'yes', jp: 'yes', php: '8.2', phpunit: '' }
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/core-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
cache-dependency-path: 'wordpress/package-lock.json'

- name: Set up PHP
uses: shivammathur/setup-php@2.26.0
uses: shivammathur/setup-php@2.27.0
with:
php-version: 8.0
coverage: none
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v4.1.1

- name: Set up PHP
uses: shivammathur/setup-php@2.26.0
uses: shivammathur/setup-php@2.27.0
with:
coverage: none
php-version: "8.0"
Expand Down
Loading

0 comments on commit 51c6e81

Please sign in to comment.