File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,13 +50,13 @@ function Get-TestConfig {
5050 # This configuration is used for the automated test on AppVeyor
5151 $config [' DbaToolsCi_Computer' ] = " $ ( hostname) "
5252
53- $config [' InstanceSingle' ] = " $ ( hostname) \sql2008r2sp2 "
54- $config [' InstanceMulti1' ] = " $ ( hostname) \sql2008r2sp2 "
53+ $config [' InstanceSingle' ] = " $ ( hostname) \sql2016 "
54+ $config [' InstanceMulti1' ] = " $ ( hostname) \sql2016 "
5555 $config [' InstanceMulti2' ] = " $ ( hostname) \sql2017"
56- $config [' InstanceCopy1' ] = " $ ( hostname) \sql2008r2sp2 "
56+ $config [' InstanceCopy1' ] = " $ ( hostname) \sql2016 "
5757 $config [' InstanceCopy2' ] = " $ ( hostname) \sql2017"
5858 $config [' InstanceHadr' ] = " $ ( hostname) \sql2017"
59- $config [' InstanceRestart' ] = " $ ( hostname) \sql2008r2sp2 "
59+ $config [' InstanceRestart' ] = " $ ( hostname) \sql2016 "
6060
6161 $config [' SQLUserName' ] = $null # placeholders for -SqlCredential testing
6262 $config [' SQLPassword' ] = $null
You can’t perform that action at this time.
0 commit comments