mirror of
				https://github.com/shivammathur/setup-php.git
				synced 2025-11-04 17:06:37 +07:00 
			
		
		
		
	Fix extension support on php 8.2 on windows
Add PHP 8.2 support for backfire extension
This commit is contained in:
		@ -60,9 +60,9 @@ Function Add-Extension {
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
    else {
 | 
			
		||||
      # Patch till PHP 8.1 DLLs are released as stable.
 | 
			
		||||
      # Patch till PHP 8.2 DLLs are released as stable.
 | 
			
		||||
      $minimumStability = $stability
 | 
			
		||||
      if($version -eq '8.1' -and $stability -eq 'stable') {
 | 
			
		||||
      if($version -eq '8.2' -and $stability -eq 'stable') {
 | 
			
		||||
        $minimumStability = 'snapshot'
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user