From ca9987e5336858964a7d1679232106056df04a13 Mon Sep 17 00:00:00 2001 From: Joe McGill <801097+joemcgill@users.noreply.github.com> Date: Fri, 13 Dec 2024 16:34:11 -0600 Subject: [PATCH] Update .github/workflows/reusable-performance.yml --- .github/workflows/reusable-performance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-performance.yml b/.github/workflows/reusable-performance.yml index 1ace04d256aa0..af5170814717a 100644 --- a/.github/workflows/reusable-performance.yml +++ b/.github/workflows/reusable-performance.yml @@ -15,7 +15,7 @@ on: description: 'The version being used for baseline measurements.' required: false type: 'string' - default: '6.6.2' + default: '6.7' php-version: description: 'The PHP version to use.' required: false