laminas / laminas-mvc-plugin-fileprg

Post/Redirect/Get plugin with file upload handling for laminas-mvc controllers
https://docs.laminas.dev/laminas-mvc-plugin-fileprg/
BSD 3-Clause "New" or "Revised" License
9 stars 8 forks source link

Add GHA CI workflow #8

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

internalsystemerror commented 3 years ago

The tests that are failing are due to this line: https://github.com/laminas/laminas-stdlib/blob/da8ecaa0b35b92e0834d6c0c111bd5306b6dc471/src/ArrayObject.php#L425

The fix would be to drop older version support for laminas/laminas-stdlib as it is fixed in ^3.2.1.

Xerkus commented 3 years ago

Please rebase

internalsystemerror commented 3 years ago

@Xerkus rebased, that fixes the issue thanks.