Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove apt fast #298

Merged
merged 3 commits into from
Oct 16, 2024
Merged

Remove apt fast #298

merged 3 commits into from
Oct 16, 2024

Conversation

nanasess
Copy link
Owner

@nanasess nanasess commented Oct 15, 2024

Resolved #296

  • Fixes for removal of apt-fast
  • Support for ubuntu-24.04

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:

  • lib/apt-install-php-ubuntu.sh: Added a check to use apt-fast if available, and updated conditions to handle the new Ubuntu 24.04 release (noble).
  • lib/phpenv-install-php-ubuntu.sh: Added a check to use apt-fast if available, and updated package installation commands to include dependencies specific to Ubuntu 24.04.

@nanasess nanasess marked this pull request as draft October 15, 2024 15:49
@nanasess nanasess force-pushed the remove-apt-fast branch 2 times, most recently from b8a26b5 to 4c13f25 Compare October 15, 2024 16:20
@nanasess nanasess marked this pull request as ready for review October 16, 2024 08:16
@nanasess nanasess merged commit 50c1c73 into master Oct 16, 2024
52 checks passed
@nanasess nanasess deleted the remove-apt-fast branch October 16, 2024 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issues with Ubuntu 24.04
1 participant