Skip to content

PHP8.2+ compatability issues #25

Description

@daedeloth

Apparently there is an issue with php 8.2:

Blocker: Tests can't run due to a PHP 8.2+ trait property conflict in charon dev-master: Parameter.php defines protected $type = 'string'; (line 60) but RequirementSetter trait defines protected $type; (no default). These are considered incompatible in PHP 8.2+. This needs a fix in either the charon or requirements package before tests will pass.

Make the package compatible + add github CI that runs on the master branch + all pull requests that runs on various versions of php.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions