Raise minimum PHP to 8.3 and migrate QA tooling to phpdb-qa-tools (Mago, Infection, Codecov) #29
continuous-integration.yml
on: pull_request
Matrix: qa / test
Matrix: qa / mago
Annotations
7 errors and 3 warnings
|
qa / Test (PHP 8.5 | latest)
Process completed with exit code 255.
|
|
qa / Test (PHP 8.3 | latest)
Process completed with exit code 255.
|
|
qa / Test (PHP 8.3 | lowest)
Process completed with exit code 255.
|
|
qa / Test (PHP 8.5 | locked)
Process completed with exit code 1.
|
|
qa / Test (PHP 8.5 | lowest)
Process completed with exit code 255.
|
|
qa / Test (PHP 8.4 | lowest)
Process completed with exit code 255.
|
|
qa / Test (PHP 8.4 | latest)
Process completed with exit code 255.
|
|
missing-property-type:
src/Result.php#L20
Property `$resource` is missing a type hint.
>Property `$resource` declared here without a type hint
Adding type hints to properties improves code readability and helps prevent type errors.
Help: Consider adding a type hint to property `$resource`.
|
|
missing-property-type:
src/Result.php#L20
Property `$resource` is missing a type hint.
>Property `$resource` declared here without a type hint
Adding type hints to properties improves code readability and helps prevent type errors.
Help: Consider adding a type hint to property `$resource`.
|
|
missing-property-type:
src/Result.php#L20
Property `$resource` is missing a type hint.
>Property `$resource` declared here without a type hint
Adding type hints to properties improves code readability and helps prevent type errors.
Help: Consider adding a type hint to property `$resource`.
|