Skip to content

Commit 6f8fea3

Browse files
Remove Windows Server 2016 from CI (#3682)
The image has been deprecated and will soon be removed from Azure DevOps. Furthermore Microsoft's support for Windows Server 2016 itself ends in January 2022 (less than two months away).
1 parent 7795cde commit 6f8fea3

File tree

3 files changed

+6
-15
lines changed

3 files changed

+6
-15
lines changed

.vsts-ci/azure-pipelines-ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,6 @@ resources:
2222
ref: master
2323

2424
jobs:
25-
- job: PS51_Win2016
26-
displayName: PowerShell 5.1 - Windows Server 2016
27-
pool:
28-
vmImage: vs2017-win2016
29-
steps:
30-
- template: templates/ci-general.yml
31-
parameters:
32-
pwsh: false
33-
3425
- job: PS51_Win2019
3526
displayName: PowerShell 5.1 - Windows Server 2019
3627
pool:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ The extension _should_ work anywhere VS Code itself and PowerShell Core 7 or hig
2828
PowerShell Core 6 is end-of-life and so not supported. Our test matrix includes the
2929
following:
3030

31-
- **Windows Server 2016 and 2019** with Windows PowerShell 5.1 and PowerShell Core 7.1.4
32-
- **macOS 10.15** with PowerShell Core 7.1.4
33-
- **Ubuntu 20.04** with PowerShell Core 7.1.4
31+
- **Windows Server 2019** with Windows PowerShell 5.1 and PowerShell Core 7.1.5
32+
- **macOS 10.15** with PowerShell Core 7.1.5
33+
- **Ubuntu 20.04** with PowerShell Core 7.1.5
3434

3535
[supported]: https://docs.microsoft.com/en-us/powershell/scripting/powershell-support-lifecycle?view=powershell-7.1#supported-platforms
3636

docs/azure_data_studio/README_FOR_MARKETPLACE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ The extension _should_ work anywhere ADS itself and PowerShell Core 7 or higher
2828
PowerShell Core 6 is end-of-life and so not supported. Our test matrix includes the
2929
following:
3030

31-
- **Windows Server 2016 and 2019** with Windows PowerShell 5.1 and PowerShell Core 7.1.4
32-
- **macOS 10.15** with PowerShell Core 7.1.4
33-
- **Ubuntu 20.04** with PowerShell Core 7.1.4
31+
- **Windows Server 2019** with Windows PowerShell 5.1 and PowerShell Core 7.1.5
32+
- **macOS 10.15** with PowerShell Core 7.1.5
33+
- **Ubuntu 20.04** with PowerShell Core 7.1.5
3434

3535
[supported]: https://docs.microsoft.com/en-us/powershell/scripting/powershell-support-lifecycle?view=powershell-7.1#supported-platforms
3636

0 commit comments

Comments
 (0)