I think you are having the issue of not being able to run Apache PHP 7.4 and above.
This happens because "icu4c" gets the stable version update to 72.1, while PHP 7.4 requires icu4c version 71.1.
Here's how to downgrade icu4c:
Find a commit with version 71.1 and copy that commit - example: fdba13da61f815f5ab0789f4af72b8f9d05543a6
After all the installation processes are complete, please try running Apache PHP 7.4 and above again.