Describe the feature
Make it possible to select the underlying ICU version for the intl extension.
Something like extensions: intl-icu58.1 or extensions: icu-58.1.
Version
Underlying issue
Running unit tests for the lowest supported ICU version. This is quite important for projects with heavy usage of the intl extension.
Describe alternatives
Somehow installing libicu manually before PHP is built (if this is possible?)
Additional context
N/A
Are you willing to submit a PR?
I’m very new to GitHub workflows and don’t know much about setting up a PHP build 🙈
Describe the feature
Make it possible to select the underlying ICU version for the intl extension.
Something like
extensions: intl-icu58.1orextensions: icu-58.1.Version
v2.Underlying issue
Running unit tests for the lowest supported ICU version. This is quite important for projects with heavy usage of the
intlextension.Describe alternatives
Somehow installing libicu manually before PHP is built (if this is possible?)
Additional context
N/A
Are you willing to submit a PR?
I’m very new to GitHub workflows and don’t know much about setting up a PHP build 🙈