Skip to content

Commit e58bef6

Browse files
committed
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
1 parent 8b4425a commit e58bef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-performance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
description: 'The version being used for baseline measurements.'
1616
required: false
1717
type: 'string'
18-
default: '6.7'
18+
default: '6.7.0'
1919
php-version:
2020
description: 'The PHP version to use.'
2121
required: false

0 commit comments

Comments
 (0)