Skip to content

Commit 26a2e36

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: [CI][skip ci] Fix benchmarking summary
2 parents 90d604e + b2d2915 commit 26a2e36

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)