Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Staging release v20231128.1 #5061

Merged
merged 30 commits into from
Nov 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
1f809f4
Search e2e: Fix tests with recent updates (#5041)
rebeccahum Nov 21, 2023
0740364
Revert "update query monitor (#5028)" (#5042)
rebeccahum Nov 22, 2023
fe8660c
chore(deps-dev): Bump typescript from 5.2.2 to 5.3.2 in /__tests__/e2…
dependabot[bot] Nov 23, 2023
4f2e018
chore(deps-dev): Bump eslint from 8.53.0 to 8.54.0 in /__tests__/e2e …
dependabot[bot] Nov 23, 2023
62761cf
chore(deps-dev): Bump playwright from 1.39.0 to 1.40.0 in /__tests__/…
dependabot[bot] Nov 23, 2023
f5da420
chore(deps-dev): Bump @playwright/test in /__tests__/e2e (#5029)
dependabot[bot] Nov 23, 2023
0482bf0
chore(deps): Bump preact from 10.18.1 to 10.19.2 in /search/search-de…
dependabot[bot] Nov 23, 2023
3fcf9c3
chore(deps-dev): Bump eslint in /search/search-dev-tools (#5034)
dependabot[bot] Nov 23, 2023
7d2de5a
chore(deps-dev): Bump @babel/core in /search/search-dev-tools (#5017)
dependabot[bot] Nov 23, 2023
6a6dd31
chore(deps-dev): Bump @babel/plugin-syntax-decorators in /__tests__/e…
dependabot[bot] Nov 23, 2023
418181f
chore(deps): Bump @wordpress/i18n from 4.44.0 to 4.46.0 (#5032)
dependabot[bot] Nov 23, 2023
4dfbb15
chore(deps-dev): Bump @automattic/eslint-plugin-wpvip from 0.7.0 to 0…
dependabot[bot] Nov 23, 2023
cae06c1
chore(deps): Bump react-select from 5.7.7 to 5.8.0 (#5006)
dependabot[bot] Nov 24, 2023
dc1329a
chore(deps-dev): Bump @babel/plugin-syntax-decorators (#5014)
dependabot[bot] Nov 24, 2023
3add305
chore(deps-dev): Bump sharp from 0.32.5 to 0.32.6 (#5026)
dependabot[bot] Nov 24, 2023
8bbaba1
chore(deps-dev): Bump @wordpress/env from 8.10.0 to 8.12.0 (#5031)
dependabot[bot] Nov 24, 2023
d02a2b7
chore(deps): Bump @wordpress/api-fetch from 6.41.0 to 6.43.0 (#5033)
dependabot[bot] Nov 24, 2023
e95ab06
chore(deps-dev): Bump lint-staged from 15.0.2 to 15.1.0 (#5046)
dependabot[bot] Nov 26, 2023
3c5721f
chore(deps-dev): Bump 10up-toolkit from 5.2.2 to 5.2.3 (#5045)
dependabot[bot] Nov 26, 2023
220f857
chore(deps-dev): Bump @babel/plugin-transform-private-property-in-obj…
dependabot[bot] Nov 26, 2023
67ca494
chore(deps-dev): Bump @babel/plugin-transform-object-rest-spread (#5049)
dependabot[bot] Nov 26, 2023
6b9ff5c
chore(deps-dev): Bump @babel/plugin-transform-object-assign (#5048)
dependabot[bot] Nov 26, 2023
c7e206c
chore(deps-dev): Bump @babel/plugin-transform-react-jsx (#5047)
dependabot[bot] Nov 26, 2023
122e5a0
CI: Remove PHP 7.4 and 8.0 from matrix (#5052)
rebeccahum Nov 27, 2023
837f5bd
Parsely: Fix config values of Site Details Sync (#5051)
mehmoodak Nov 28, 2023
72b8aab
chore(deps-dev): Bump @automattic/eslint-plugin-wpvip (#5057)
dependabot[bot] Nov 28, 2023
171c8b3
chore(deps): Bump shivammathur/setup-php from 2.27.1 to 2.28.0 (#5056)
dependabot[bot] Nov 28, 2023
c6fd953
chore(deps-dev): Bump @babel/preset-env from 7.23.2 to 7.23.3 in /sea…
dependabot[bot] Nov 28, 2023
69f208c
chore(deps-dev): Bump @automattic/eslint-plugin-wpvip in /__tests__/e…
dependabot[bot] Nov 28, 2023
708003d
Query monitor tweaks: Implement a new Header outputter for PHP Errors…
rinatkhaziev Nov 28, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/[email protected]

- name: Setup PHP
uses: shivammathur/setup-php@2.27.1
uses: shivammathur/setup-php@2.28.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/[email protected]

- name: Setup PHP
uses: shivammathur/setup-php@2.27.1
uses: shivammathur/setup-php@2.28.0
with:
php-version: '7.4'

Expand Down
50 changes: 12 additions & 38 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,45 +27,19 @@ jobs:
fail-fast: false
matrix:
config:
# Jetpack, Single-Site, PHP 7.4
- { 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 }
- { wp: latest, ms: 'no', jp: 'yes', php: '7.4', phpunit: 7 }
- { wp: nightly, ms: 'no', jp: 'yes', php: '7.4', phpunit: 7 }
# Jetpack, Multi-Site, PHP 7.4
- { wp: latest, ms: 'yes', jp: 'yes', php: '7.4', phpunit: 7 }
- { wp: nightly, ms: 'yes', jp: 'yes', php: '7.4', phpunit: 7 }
# No Jetpack, WP latest, PHP 7.4
- { 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: '' }
- { wp: 6.0.x, ms: 'no', jp: 'yes', php: '8.1', phpunit: '' }
- { wp: 6.0.x, ms: 'yes', jp: 'yes', php: '8.1', phpunit: '' }
- { wp: 6.1.x, ms: 'no', jp: 'yes', php: '8.1', phpunit: '' }
- { wp: 6.1.x, ms: 'yes', jp: 'yes', php: '8.1', phpunit: '' }
- { wp: 6.2.x, ms: 'no', jp: 'yes', php: '8.1', phpunit: '' }
- { wp: 6.2.x, ms: 'yes', jp: 'yes', php: '8.1', phpunit: '' }
- { wp: 6.3.x, ms: 'no', jp: 'yes', php: '8.1', phpunit: '' }
- { wp: 6.3.x, ms: 'yes', jp: 'yes', php: '8.1', phpunit: '' }
- { wp: latest, ms: 'no', jp: 'yes', php: '8.1', phpunit: '', coverage: 'yes' }
- { wp: latest, ms: 'yes', jp: 'yes', php: '8.1', phpunit: '', coverage: 'yes' }
- { wp: nightly, ms: 'no', jp: 'yes', php: '8.1', phpunit: '' }
- { wp: nightly, 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: '' }
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.27.1
uses: shivammathur/setup-php@2.28.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/[email protected]

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