mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-09-05 20:34:11 +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