Add support for PHP8 union types
- Add support for PHP8 union types in function params - Thanks @tianyiw2013
- Add support for PHP8 union types in function return types - Thanks @tianyiw2013
- Add support for PHP8 union types in class properties - Thanks @tianyiw2013
- Switched build checks system to GitHub actions