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:
Shivam Mathur
2021-07-13 15:13:18 +05:30
parent 32c1436247
commit fec64d1788
8 changed files with 1847 additions and 1639 deletions
+1 -1
View File
@@ -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) {