Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

🎨 Fix code style #9

🎨 Fix code style

🎨 Fix code style #9

Triggered via push September 27, 2024 13:02
Status Failure
Total duration 40s
Artifacts

ci.yml

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

Annotations

18 errors and 1 warning
πŸ‘· CI PHP-8.1 highest on ubuntu-latest
Your requirements could not be resolved to an installable set of packages. Problem 1 - sikessem/devtools is locked to version v0.8.0 and an update of this package was not requested. - sikessem/devtools v0.8.0 requires php >=8.2 -> your php version (8.1.29) does not satisfy that requirement.
πŸ‘· CI PHP-8.1 highest on ubuntu-latest
Process completed with exit code 2.
πŸ‘· CI PHP-8.3 lowest on ubuntu-latest
The job was canceled because "ubuntu-latest_8_1_highest" failed.
πŸ‘· CI PHP-8.3 lowest on ubuntu-latest: src/Concerns/AsScalar.php (in context of class Sikessem/Values/BoolValue)#L16
Method Sikessem\Values\BoolValue::__toString() should return string but returns bool.
πŸ‘· CI PHP-8.3 lowest on ubuntu-latest: src/Concerns/AsScalar.php (in context of class Sikessem/Values/FloatValue)#L16
Method Sikessem\Values\FloatValue::__toString() should return string but returns float.
πŸ‘· CI PHP-8.3 lowest on ubuntu-latest: src/Concerns/AsScalar.php (in context of class Sikessem/Values/IntValue)#L16
Method Sikessem\Values\IntValue::__toString() should return string but returns int.
πŸ‘· CI PHP-8.3 lowest on ubuntu-latest: src/Concerns/AsScalar.php (in context of class Sikessem/Values/NumberValue)#L16
Method Sikessem\Values\NumberValue::__toString() should return string but returns float|int.
πŸ‘· CI PHP-8.3 lowest on ubuntu-latest: src/Concerns/AsScalar.php (in context of class Sikessem/Values/NumericValue)#L16
Method Sikessem\Values\NumericValue::__toString() should return string but returns float|int|string.
πŸ‘· CI PHP-8.3 lowest on ubuntu-latest: src/Concerns/AsScalar.php (in context of class Sikessem/Values/ScalarValue)#L16
Method Sikessem\Values\ScalarValue::__toString() should return string but returns bool|float|int|string.
πŸ‘· CI PHP-8.3 lowest on ubuntu-latest
The operation was canceled.
πŸ‘· CI PHP-8.3 highest on ubuntu-latest
The job was canceled because "ubuntu-latest_8_1_highest" failed.
πŸ‘· CI PHP-8.3 highest on ubuntu-latest
The operation was canceled.
πŸ‘· CI PHP-8.1 lowest on ubuntu-latest
The job was canceled because "ubuntu-latest_8_1_highest" failed.
πŸ‘· CI PHP-8.1 lowest on ubuntu-latest
The operation was canceled.
πŸ‘· CI PHP-8.2 highest on ubuntu-latest
The job was canceled because "ubuntu-latest_8_1_highest" failed.
πŸ‘· CI PHP-8.2 highest on ubuntu-latest
The operation was canceled.
πŸ‘· CI PHP-8.2 lowest on ubuntu-latest
The job was canceled because "ubuntu-latest_8_1_highest" failed.
πŸ‘· CI PHP-8.2 lowest on ubuntu-latest
The operation was canceled.
πŸ‘· CI PHP-8.1 highest on ubuntu-latest
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/