php-ci 1.4.0: PHP 8.4, GHCR mirror and a new :latest
· 2 min read
php-ci 1.4.0 is out. This release adds PHP 8.4 images, mirrors every tag to the GitHub Container Registry, and hardens the build and release workflows.
Project announcements and news.
View All Tagsphp-ci 1.4.0 is out. This release adds PHP 8.4 images, mirrors every tag to the GitHub Container Registry, and hardens the build and release workflows.
If you maintain PHP projects, you've probably written the same CI boilerplate more times than you'd like to admit: install PHP, add the right extensions, pull in Composer, configure a coverage driver — and then copy that block into the next repository. php-ci exists to delete that boilerplate.