Skip to content

Commit 7a105ec

Browse files
committed
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4: [CI][skip ci] Fix benchmarking summary
2 parents e64e8b0 + 14427ac commit 7a105ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-suite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1074,8 +1074,8 @@ jobs:
10741074
run: |-
10751075
set -x
10761076
php benchmark/generate_diff.php \
1077-
${{ github.event.pull_request.head.sha }} \
1078-
$(git merge-base ${{ github.event.pull_request.base.sha }} ${{ github.event.pull_request.head.sha }}) \
1077+
${{ github.sha }} \
1078+
${{ github.event.pull_request.base.sha }} \
10791079
> $GITHUB_STEP_SUMMARY
10801080
- uses: actions/upload-artifact@v6
10811081
with:

0 commit comments

Comments
 (0)