laminas / laminas-eventmanager

Trigger and listen to events within a PHP application
https://docs.laminas.dev/laminas-eventmanager/
BSD 3-Clause "New" or "Revised" License
1.02k stars 13 forks source link

Refactor unit-tests action to automate test matrix #15

Closed weierophinney closed 3 years ago

weierophinney commented 3 years ago

This patch adopts the laminas/laminas-continuous-integration-action for its CI workflow. As demonstrated, the workflow picks up:

and notably omits Psalm checks, as we don't have Psalm support yet.

froschdesign commented 3 years ago

@weierophinney

PHP Fatal error: Array and string offset access syntax with curly braces is no longer supported

Version 1.0.0 of laminas-coding-standard is the problem here because it uses an old version of PHP_CodeSniffer.