Skip to content

Commit 625ce44

Browse files
committed
Build/Test Tools: Revert [60324] while memory exhaustion issues in the GitHub Actions workflows are investigated.
See #63170 git-svn-id: https://develop.svn.wordpress.org/trunk@60326 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 14e0b53 commit 625ce44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/reusable-performance-test-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
description: 'The version being used for baseline measurements.'
2020
required: false
2121
type: 'string'
22-
default: '6.8.0'
22+
default: '6.7.0'
2323
TARGET_SHA:
2424
description: 'SHA hash of the target commit used for "before" measurements.'
2525
required: true

.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.8.0'
18+
default: '6.7.0'
1919
php-version:
2020
description: 'The PHP version to use.'
2121
required: false

0 commit comments

Comments
 (0)