Skip to content

Commit 451db80

Browse files
committed
Build/Test Tools: Fix the Performance workflow in the 6.4 branch.
This pins the `LOCAL_PHP` version to 8.2 in the Performance workflow to ensure that the base measurements taken from WordPress version 6.1.1 can be run, since PHP 8.2 is the greatest version that WordPress 6.1.1 supports. The default PHP version used in the 6.4 branch was bumped to 8.3 in [57198] to reflect the highest version that WordPress 6.4 supports, resulting in the failures to the Performance workflow. Props joemcgill, freewebmentor, desrosj, swissspidy. Fixes #60127. git-svn-id: https://develop.svn.wordpress.org/branches/6.4@58272 602fd350-edb4-49c9-b593-d223f7449a82
1 parent db589b3 commit 451db80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/performance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ env:
3737
LOCAL_SCRIPT_DEBUG: false
3838
LOCAL_SAVEQUERIES: false
3939
LOCAL_WP_DEVELOPMENT_MODE: "''"
40+
LOCAL_PHP: "8.2-fpm"
4041

4142
# This workflow takes two sets of measurements — one for the current commit,
4243
# and another against a consistent version that is used as a baseline measurement.

0 commit comments

Comments
 (0)