We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f0612c + b4b5f57 commit 073b296Copy full SHA for 073b296
Build/build-tasks.ps1
@@ -128,7 +128,7 @@ task PsCoreTest {
128
, 'mcr.microsoft.com/powershell:7.2.2-ubuntu-20.04'
129
, 'mcr.microsoft.com/powershell:7.3-ubuntu-20.04'
130
, 'mcr.microsoft.com/powershell:7.4-ubuntu-20.04'
131
- , 'mcr.microsoft.com/powershell:preview-7.5-ubuntu-20.04')
+ , 'mcr.microsoft.com/powershell:7.5-ubuntu-22.04')
132
133
$builds = @()
134
foreach ($image in $images) {
0 commit comments