We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de1bc55 + 3715258 commit 2811b70Copy full SHA for 2811b70
1 file changed
Build/build-tasks.ps1
@@ -198,7 +198,8 @@ task PsCoreTest {
198
, "mcr.microsoft.com/powershell:7.1.4-ubuntu-20.04"
199
, "mcr.microsoft.com/powershell:7.2.0-ubuntu-20.04"
200
, "mcr.microsoft.com/powershell:7.2.1-ubuntu-20.04"
201
- , "mcr.microsoft.com/powershell:7.3.0-preview.1-ubuntu-20.04")
+ , "mcr.microsoft.com/powershell:7.2.2-ubuntu-20.04"
202
+ , "mcr.microsoft.com/powershell:7.3-ubuntu-20.04")
203
204
$builds = @()
205
foreach ($image in $images) {
0 commit comments