Skip to content

Commit 2811b70

Browse files
Merge pull request #21 from max-ieremenko/pwsh-test-coverage
pwsh test coverage: add 7.2.2 and 7.3.0
2 parents de1bc55 + 3715258 commit 2811b70

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Build/build-tasks.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,8 @@ task PsCoreTest {
198198
, "mcr.microsoft.com/powershell:7.1.4-ubuntu-20.04"
199199
, "mcr.microsoft.com/powershell:7.2.0-ubuntu-20.04"
200200
, "mcr.microsoft.com/powershell:7.2.1-ubuntu-20.04"
201-
, "mcr.microsoft.com/powershell:7.3.0-preview.1-ubuntu-20.04")
201+
, "mcr.microsoft.com/powershell:7.2.2-ubuntu-20.04"
202+
, "mcr.microsoft.com/powershell:7.3-ubuntu-20.04")
202203

203204
$builds = @()
204205
foreach ($image in $images) {

0 commit comments

Comments
 (0)