Skip to content
Merged
Changes from 1 commit
Commits
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
Prev Previous commit
Next Next commit
update min required version in doc
  • Loading branch information
tellthemachines committed Nov 24, 2023
commit f0fe86758466393686bc9f33311de572c2f672ba
2 changes: 1 addition & 1 deletion gutenberg.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Gutenberg
* Plugin URI: https://github.com/WordPress/gutenberg
* Description: Printing since 1440. This is the development plugin for the block editor, site editor, and other future WordPress core functionality.
* Requires at least: 6.2
* Requires at least: 6.3
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will also require changing the commit SHA for the performance test. See #54107 (comment).

Copy link
Contributor Author

@tellthemachines tellthemachines Nov 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The perf tests are already failing on trunk since #56427

The commit hash was updated here but tests are still failing; we probably need to pick another commit 😅

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just tried another commit based on the logic you used in #54111; let's see if it works 🤞

* Requires PHP: 7.0
* Version: 17.1.2
* Author: Gutenberg Team
Expand Down