mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-09-07 05:14:06 +07:00
Install the stable release of xdebug even on PHP 7.4RC
This commit is contained in:
@ -10,7 +10,7 @@ describe('Extension tests', () => {
|
||||
expect(win32).toContain('Add-Extension xdebug');
|
||||
expect(win32).toContain('Add-Extension pcov');
|
||||
win32 = await extensions.addExtension('xdebug, pcov', '7.4', 'win32');
|
||||
expect(win32).toContain('Add-Extension xdebug beta');
|
||||
expect(win32).toContain('Add-Extension xdebug');
|
||||
|
||||
win32 = await extensions.addExtension(
|
||||
'does_not_exist',
|
||||
|
Reference in New Issue
Block a user