laminas / laminas-di

Automated dependency injection for PSR-11 containers
https://docs.laminas.dev/laminas-di/
BSD 3-Clause "New" or "Revised" License
36 stars 20 forks source link

Add GHA CI workflow #25

Closed internalsystemerror closed 3 years ago

internalsystemerror commented 3 years ago

Converts CI workflow from Travis to GHA using: https://gist.github.com/weierophinney/b003e50c3c2667d08076caf31ebd36a4

Note that there was an additional run of phpstan via composer analyse. This has not been included as I have assumed from past discussions that psalm is to be used instead.