[php-src] master: Merge branch 'PHP-8.5'
Author: Ilija Tovilo (iluuu1994)
Date: 2025-10-21T18:06:08+02:00
Commit: https://github.com/php/php-src/commit/0b145f506b7f63df697fff1d72a2264fd0390fd0
Raw diff: https://github.com/php/php-src/commit/0b145f506b7f63df697fff1d72a2264fd0390fd0.diff
Merge branch 'PHP-8.5'
* PHP-8.5:
[skip ci] Fix nightly notification workflow url
Changed paths:
M .github/workflows/nightly-results.yml
Diff:
diff --git a/.github/workflows/nightly-results.yml b/.github/workflows/nightly-results.yml
index c1c4da72ca56..a222582da1c6 100644
--- a/.github/workflows/nightly-results.yml
+++ b/.github/workflows/nightly-results.yml
@@ -13,4 +13,4 @@ jobs:
- run: |
export DEBIAN_FRONTEND=noninteractive
sudo apt-get install -y curl
- curl -X POST -H 'Content-type: application/json' --data
'{"attachments": [{"text": "Job in *nightly* failed",
"footer": "<${{ github.event.workflow_run.jobs_url }}|View Run>",
"color": "danger", "mrkdwn_in": ["text"]}]}' ${{
secrets.ACTION_MONITORING_SLACK }}
+ curl -X POST -H 'Content-type: application/json' --data
'{"attachments": [{"text": "Job(s) in *nightly* failed",
"footer": "<${{ github.event.workflow_run.html_url }}|View Run>",
"color": "danger", "mrkdwn_in": ["text"]}]}' ${{
secrets.ACTION_MONITORING_SLACK }}
Thread (1 message)
- Ilija Tovilo