Skip to content

[Preview - Part 1] Eliminate globals for $RELASES / $OLDRELEASES / $BRANCHES #2929

[Preview - Part 1] Eliminate globals for $RELASES / $OLDRELEASES / $BRANCHES

[Preview - Part 1] Eliminate globals for $RELASES / $OLDRELEASES / $BRANCHES #2929

Triggered via pull request June 18, 2026 15:16
Status Failure
Total duration 43s
Artifacts

integrate.yaml

on: pull_request
Matrix: Code Coverage
Matrix: Coding Standards
Matrix: Static Analysis
Matrix: Tests
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 1 warning
Coding Standards (8.4)
Process completed with exit code 8.
Static Analysis (8.4, locked): include/version.inc#L0
Ignored error pattern #^Parameter \#3 \$length of function substr expects int\|null, int\|false given\.$# (argument.type) in path /home/runner/work/web-php/web-php/include/version.inc was not matched in reported errors.
Static Analysis (8.4, locked): include/version.inc#L0
Ignored error pattern #^Function show_source_releases\(\) has no return type specified\.$# (missingType.return) in path /home/runner/work/web-php/web-php/include/version.inc was not matched in reported errors.
Static Analysis (8.4, locked): include/version.inc#L0
Ignored error pattern #^Function release_get_latest\(\) has no return type specified\.$# (missingType.return) in path /home/runner/work/web-php/web-php/include/version.inc was not matched in reported errors.
Static Analysis (8.4, locked): include/branches.inc#L478
Result of && is always false.
Static Analysis (8.4, locked): include/branches.inc#L478
Offset 'note' on array{filename: string, name: string, md5?: string, sha256?: string, date: string} in isset() does not exist.
Static Analysis (8.4, locked): include/branches.inc#L473
Parameter #2 $timestamp of function date expects int|null, int|false given.
Static Analysis (8.4, locked): include/branches.inc#L459
Parameter #3 $length of function substr expects int|null, int|false given.
Static Analysis (8.4, locked): include/branches.inc#L446
Function show_source_releases() has no return type specified.
Static Analysis (8.4, locked): include/branches.inc#L429
Function release_get_latest() has no return type specified.
Static Analysis (8.4, locked): include/branches.inc#L0
Ignored error pattern #^Function get_active_branches\(\) has parameter \$include_recent_eols with no type specified\.$# (missingType.parameter) in path /home/runner/work/web-php/web-php/include/branches.inc was not matched in reported errors.
Static Analysis (8.4, locked)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v3, actions/checkout@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/