Skip to content

Commit 05d0b48

Browse files
committed
revert change
1 parent 70637bd commit 05d0b48

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

private/testing/Get-TestConfig.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)