Skip to content

PHP 8 compatibilty and Github Actions

Compare
Choose a tag to compare
@g105b g105b released this 10 Dec 16:42
· 40 commits to master since this release
d3bd87c

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!