PHP 8 compatibilty and Github Actions
Two small tweaks here:
Firstly, requiring phpgt/database will work in PHP 8 projects now thanks to the Composer requirements being changed from ^7.4
to >=7.4
. This was breaking WebEngine being installed in PHP 8.
Secondly, we now have a working Github Actions CI workflow. More improvements will be coming over at https://github.com/php-actions soon to improve build times, too.
Have fun!