From 6fcff8ce838adf48d742e6ea05d7a46f54c6db52 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers <359867+desrosj@users.noreply.github.com> Date: Thu, 26 Mar 2026 21:22:39 -0400 Subject: [PATCH] Update performance baseline version. --- .github/workflows/reusable-performance-test-v2.yml | 2 +- .github/workflows/reusable-performance.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable-performance-test-v2.yml b/.github/workflows/reusable-performance-test-v2.yml index f572060e26d63..08fcb54f76cde 100644 --- a/.github/workflows/reusable-performance-test-v2.yml +++ b/.github/workflows/reusable-performance-test-v2.yml @@ -19,7 +19,7 @@ on: description: 'The version being used for baseline measurements.' required: false type: 'string' - default: '6.7.0' + default: '6.9.0' TARGET_SHA: description: 'SHA hash of the target commit used for "before" measurements.' required: true diff --git a/.github/workflows/reusable-performance.yml b/.github/workflows/reusable-performance.yml index 923b472f609c6..8589ee95535f0 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.7.0' + default: '6.9.0' php-version: description: 'The PHP version to use.' required: false