From e58bef6fdc10bbbbba02e58a34dbca022e956543 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Tue, 17 Dec 2024 12:45:50 +0000 Subject: [PATCH] Build/Test Tools: Use correct tag name for the baseline version. The tagged version on GitHub requires the trailing `.0`. See #62148. git-svn-id: https://develop.svn.wordpress.org/trunk@59525 602fd350-edb4-49c9-b593-d223f7449a82 --- .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 ec8e49b0394d3..deb156897f066 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' + default: '6.7.0' php-version: description: 'The PHP version to use.' required: false