nanasess / setup-php

Set up your GitHub Actions workflow with a specific version of PHP 5.4 or later🎉
https://www.php.net
MIT License
37 stars 15 forks source link

Remove apt fast #298

Closed nanasess closed 1 month ago

nanasess commented 1 month ago

Resolved #296


This pull request includes several updates to the CI workflow and installation scripts to support the upcoming Ubuntu 24.04 release and improve package installation efficiency. The most important changes include adding Ubuntu 24.04 to the test matrix, updating the apt-install-php-ubuntu.sh and phpenv-install-php-ubuntu.sh scripts to handle the new release, and ensuring the use of apt-fast for faster package installations.

CI Workflow Updates:

Installation Script Improvements: