Skip to content

Update dependency symfony/console to v8 #4302

Update dependency symfony/console to v8

Update dependency symfony/console to v8 #4302

Triggered via push March 20, 2026 13:03
Status Failure
Total duration 4m 15s
Artifacts
Generate job matrix
8s
Generate job matrix
Matrix: Check Backwards Compatibility
Matrix: Composer Require Checker
Matrix: QA Checks
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 7 warnings
Check Backwards Compatibility (locked, 8.4, ubuntu-latest)
Process completed with exit code 3.
Check Backwards Compatibility (locked, 8.4, ubuntu-latest): /src/Command/AssertBackwardsCompatible.php#L37
Method Symfony\Component\Console\Command\Command::getDefaultDescription() was removed
Check Backwards Compatibility (locked, 8.4, ubuntu-latest): /src/Command/AssertBackwardsCompatible.php#L37
Method Symfony\Component\Console\Command\Command::getDefaultName() was removed
Check Backwards Compatibility (locked, 8.5, ubuntu-latest)
The strategy configuration was canceled because "check-backwards-compatibility.locked_8_4_ubuntu-latest" failed
Check Backwards Compatibility (locked, 8.5, ubuntu-latest)
The operation was canceled.
Check Backwards Compatibility (locked, 8.5, ubuntu-latest): /src/Command/AssertBackwardsCompatible.php#L37
Method Symfony\Component\Console\Command\Command::getDefaultDescription() was removed
Check Backwards Compatibility (locked, 8.5, ubuntu-latest): /src/Command/AssertBackwardsCompatible.php#L37
Method Symfony\Component\Console\Command\Command::getDefaultName() was removed
Check Backwards Compatibility (locked, 8.4, ubuntu-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: shivammathur/setup-php@2.36.0. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Check Backwards Compatibility (locked, 8.5, ubuntu-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: shivammathur/setup-php@2.36.0. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Composer Require Checker (locked, 8.4, ubuntu-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: shivammathur/setup-php@2.36.0. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
QA Checks (Infection (PCOV) [8.4, locked], ubuntu-latest, laminas/laminas-continuous-integration-...: src/DetectChanges/Variance/TypeIsCovariant.php#L83
Escaped Mutant for Mutator "ReturnRemoval": @@ @@ } if ($typeAsString === 'void') { - // nothing is covariant to `void` - return false; + } if ($typeAsString === 'object' && ! $comparedType->isBuiltin()) {
QA Checks (Infection (PCOV) [8.4, locked], ubuntu-latest, laminas/laminas-continuous-integration-...: src/Change.php#L42
Escaped Mutant for Mutator "TrueValue": @@ @@ } /** @psalm-pure */ - public static function removed(string $description, bool $isBcBreak = true): self + public static function removed(string $description, bool $isBcBreak = false): self { return new self(self::REMOVED, $description, $isBcBreak); }
QA Checks (Infection (PCOV) [8.4, locked], ubuntu-latest, laminas/laminas-continuous-integration-...: src/Change.php#L36
Escaped Mutant for Mutator "TrueValue": @@ @@ } /** @psalm-pure */ - public static function changed(string $description, bool $isBcBreak = true): self + public static function changed(string $description, bool $isBcBreak = false): self { return new self(self::CHANGED, $description, $isBcBreak); }
QA Checks (Infection (PCOV) [8.4, locked], ubuntu-latest, laminas/laminas-continuous-integration-...: src/Change.php#L30
Escaped Mutant for Mutator "TrueValue": @@ @@ } /** @psalm-pure */ - public static function added(string $description, bool $isBcBreak = true): self + public static function added(string $description, bool $isBcBreak = false): self { return new self(self::ADDED, $description, $isBcBreak); }