1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-8.5'

* PHP-8.5:
  [CI][skip ci] Fix benchmarking summary
This commit is contained in:
Ilija Tovilo
2026-02-27 13:59:47 +01:00

View File

@@ -1074,8 +1074,8 @@ jobs:
run: |-
set -x
php benchmark/generate_diff.php \
${{ github.event.pull_request.head.sha }} \
$(git merge-base ${{ github.event.pull_request.base.sha }} ${{ github.event.pull_request.head.sha }}) \
${{ github.sha }} \
${{ github.event.pull_request.base.sha }} \
> $GITHUB_STEP_SUMMARY
- uses: actions/upload-artifact@v6
with: