mirror of
				https://github.com/shivammathur/setup-php.git
				synced 2025-10-30 23:07:56 +07:00 
			
		
		
		
	Fix installing xdebug with PHP 7.4 on Windows
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 pcov'); | ||||
|     expect(win32).toContain('Add-Extension xdebug beta'); | ||||
|  | ||||
|     win32 = await extensions.addExtension( | ||||
|       'does_not_exist', | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Michele Locati
					Michele Locati