Skip to content

Simplify things

Simplify things #208

Triggered via push May 15, 2024 22:05
Status Failure
Total duration 41s
Artifacts

main.yml

on: push
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

19 errors and 1 warning
PHP: 8.3; Laravel: ^11.0; Prefer: prefer-stable
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires infection/infection ^0.26.4 -> satisfiable by infection/infection[0.26.4, ..., 0.26.21]. - orchestra/testbench[v9.0.0, ..., v9.0.4] require symfony/process ^7.0 -> satisfiable by symfony/process[v7.0.0, ..., v7.0.7]. - Conclusion: don't install symfony/process v7.0.7 (conflict analysis result) - Root composer.json requires orchestra/testbench ^9.0 -> satisfiable by orchestra/testbench[v9.0.0, ..., v9.0.4].
PHP: 8.3; Laravel: ^11.0; Prefer: prefer-stable
Process completed with exit code 2.
PHP: 8.3; Laravel: ^11.0; Prefer: prefer-lowest
The job was canceled because "_8_3__11_0_prefer-stable" failed.
PHP: 8.3; Laravel: ^11.0; Prefer: prefer-lowest
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires infection/infection ^0.26.4 -> satisfiable by infection/infection[0.26.4, ..., 0.26.21]. - orchestra/testbench[v9.0.0, ..., v9.0.4] require symfony/process ^7.0 -> satisfiable by symfony/process[v7.0.0, ..., v7.0.7]. - Conclusion: don't install symfony/process v7.0.0 (conflict analysis result) - Root composer.json requires orchestra/testbench ^9.0 -> satisfiable by orchestra/testbench[v9.0.0, ..., v9.0.4].
PHP: 8.3; Laravel: ^11.0; Prefer: prefer-lowest
Process completed with exit code 2.
PHP: 8.1; Laravel: ^10.0; Prefer: prefer-stable
The job was canceled because "_8_3__11_0_prefer-stable" failed.
PHP: 8.1; Laravel: ^10.0; Prefer: prefer-stable
The operation was canceled.
PHP: 8.1; Laravel: ^10.0; Prefer: prefer-lowest
The job was canceled because "_8_3__11_0_prefer-stable" failed.
PHP: 8.1; Laravel: ^10.0; Prefer: prefer-lowest
The operation was canceled.
PHP: 8.2; Laravel: ^10.0; Prefer: prefer-lowest
The job was canceled because "_8_3__11_0_prefer-stable" failed.
PHP: 8.2; Laravel: ^10.0; Prefer: prefer-lowest
The operation was canceled.
PHP: 8.2; Laravel: ^11.0; Prefer: prefer-lowest
The job was canceled because "_8_3__11_0_prefer-stable" failed.
PHP: 8.2; Laravel: ^11.0; Prefer: prefer-lowest
The operation was canceled.
PHP: 8.2; Laravel: ^11.0; Prefer: prefer-stable
The job was canceled because "_8_3__11_0_prefer-stable" failed.
PHP: 8.2; Laravel: ^11.0; Prefer: prefer-stable
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires infection/infection ^0.26.4 -> satisfiable by infection/infection[0.26.4, ..., 0.26.21]. - orchestra/testbench[v9.0.0, ..., v9.0.4] require symfony/process ^7.0 -> satisfiable by symfony/process[v7.0.0, ..., v7.0.7]. - Conclusion: don't install symfony/process v7.0.7 (conflict analysis result) - Root composer.json requires orchestra/testbench ^9.0 -> satisfiable by orchestra/testbench[v9.0.0, ..., v9.0.4].
PHP: 8.2; Laravel: ^11.0; Prefer: prefer-stable
The operation was canceled.
PHP: 8.2; Laravel: ^10.0; Prefer: prefer-stable
The job was canceled because "_8_3__11_0_prefer-stable" failed.
PHP: 8.2; Laravel: ^10.0; Prefer: prefer-stable
The operation was canceled.
Lint
Process completed with exit code 1.
Lint: src/HasParameters.php#L174
Escaped Mutant for Mutator "CastString": --- Original +++ New @@ @@ return '0'; } if ($value instanceof BackedEnum) { - return (string) $value->value; + return $value->value; } return (string) $value; }