mirror of
				https://github.com/shivammathur/setup-php.git
				synced 2025-11-04 17:06:37 +07:00 
			
		
		
		
	Remove hardcoded latest version for sqlsrv and pdo_sqlsrv
This commit is contained in:
		@ -5,7 +5,8 @@ get_sqlsrv_version() {
 | 
			
		||||
  elif [[ "${version:?}" =~ 7.4 ]]; then
 | 
			
		||||
    echo '5.10.1'
 | 
			
		||||
  else
 | 
			
		||||
    echo '5.11.1'
 | 
			
		||||
    # Return an empty string so that pecl will install the latest version.
 | 
			
		||||
    echo ''
 | 
			
		||||
  fi
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user