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

📌 Remove support for versions prior to PHP 8.2 #11

📌 Remove support for versions prior to PHP 8.2

📌 Remove support for versions prior to PHP 8.2 #11

Triggered via push September 27, 2024 13:49
Status Failure
Total duration 37s
Artifacts

ci.yml

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

Annotations

25 errors and 1 warning
👷 CI PHP-8.3 highest 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 highest 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 highest 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 highest 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 highest 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 highest 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 highest on ubuntu-latest
Process completed with exit code 1.
👷 CI PHP-8.3 lowest on ubuntu-latest
The job was canceled because "ubuntu-latest_8_3_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
Process completed with exit code 1.
👷 CI PHP-8.2 lowest on ubuntu-latest
The job was canceled because "ubuntu-latest_8_3_highest" failed.
👷 CI PHP-8.2 lowest on ubuntu-latest
The operation was canceled.
👷 CI PHP-8.2 highest on ubuntu-latest
The job was canceled because "ubuntu-latest_8_3_highest" failed.
👷 CI PHP-8.2 highest 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.2 highest 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.2 highest 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.2 highest 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.2 highest 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.2 highest 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.2 highest on ubuntu-latest
The operation was canceled.
👷 CI PHP-8.3 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/