You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Skosmos requires 7.0 and supports versions 7.1 and 7.2. But PHP 7.3 and 7.4 have been available for some time. I suggest the following:
drop support for PHP 7.0 (this would enable using more advanced parameter type hints introduced in 7.1 - but actually doing that is out of scope for this issue)
try to run Skosmos under PHP 7.3 and 7.4
enable running Travis CI tests under 7.3 and 7.4 (with allowed_failures set to true if they cannot be run succesfully already)
open separate issues for any problems found with 7.3 and 7.4
The text was updated successfully, but these errors were encountered:
Currently Skosmos requires 7.0 and supports versions 7.1 and 7.2. But PHP 7.3 and 7.4 have been available for some time. I suggest the following:
The text was updated successfully, but these errors were encountered: