mirror of
https://github.com/shivammathur/setup-php.git
synced 2026-03-13 20:31:39 +07:00
Improve extension support
This commit is contained in:
@@ -196,6 +196,7 @@ export async function extensionArray(
|
||||
.map(function(extension: string) {
|
||||
return extension
|
||||
.trim()
|
||||
.toLowerCase()
|
||||
.replace('php-', '')
|
||||
.replace('php_', '');
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user