mirror of
https://github.com/shivammathur/setup-php.git
synced 2026-09-19 10:41:28 +00:00
Bump version to 1.11.2
Update Node.js dependencies Fix replacing v prefix in tool version Use shivammathur/extensions tap for rdkafka on macOS Update Ubuntu 16.04 warning in install.ts Add patch for PCRE2
This commit is contained in:
+1
-1
@@ -69,7 +69,7 @@ export async function run(): Promise<void> {
|
||||
}
|
||||
if ((await utils.readEnv('ImageOS')) == 'ubuntu16') {
|
||||
core.warning(
|
||||
'Ubuntu 16.04 is deprecated.\nPlease upgrade to Ubuntu 18.04 or Ubuntu 20.04 - https://setup-php.com/i/452'
|
||||
'setup-php will stop working on Ubuntu 16.04 from August 1, 2021. Please upgrade to Ubuntu 18.04 or Ubuntu 20.04 - https://setup-php.com/i/452'
|
||||
);
|
||||
}
|
||||
if (version) {
|
||||
|
||||
Reference in New Issue
Block a user