Skip to content

Commit

Permalink
Build/Test Tools: Fix the Performance workflow in the 6.4 branch.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
joemcgill committed May 31, 2024
1 parent db589b3 commit 451db80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ env:
LOCAL_SCRIPT_DEBUG: false
LOCAL_SAVEQUERIES: false
LOCAL_WP_DEVELOPMENT_MODE: "''"
LOCAL_PHP: "8.2-fpm"

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

0 comments on commit 451db80

Please sign in to comment.