mirror of
				https://github.com/shivammathur/setup-php.git
				synced 2025-10-31 07:16:22 +07:00 
			
		
		
		
	Fix setting stability in Add-Extension on Windows
This commit is contained in:
		| @ -61,7 +61,7 @@ Function Add-Extension { | ||||
|     } | ||||
|     else { | ||||
|       # Patch till PHP 8.1 DLLs are released as stable. | ||||
|       $minimumStability = 'stable' | ||||
|       $minimumStability = $stability | ||||
|       if($version -eq '8.1' -and $stability -eq 'stable') { | ||||
|         $minimumStability = 'snapshot' | ||||
|       } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Shivam Mathur
					Shivam Mathur