From 72f49ed5a0989a4201fbd0a74227d0d54cdfbd07 Mon Sep 17 00:00:00 2001 From: Joe McGill Date: Mon, 20 May 2024 16:26:57 -0500 Subject: [PATCH] Pin PHP at 8.2 for Performance Tests --- .github/workflows/performance.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index a21d8f814af42..dee28a3b629d4 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -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.