Skip to content

Commit 073b296

Browse files
Merge pull request #112 from max-ieremenko/feature/pwsh-7.5
powershell 7.5 test coverage
2 parents 4f0612c + b4b5f57 commit 073b296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build/build-tasks.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ task PsCoreTest {
128128
, 'mcr.microsoft.com/powershell:7.2.2-ubuntu-20.04'
129129
, 'mcr.microsoft.com/powershell:7.3-ubuntu-20.04'
130130
, 'mcr.microsoft.com/powershell:7.4-ubuntu-20.04'
131-
, 'mcr.microsoft.com/powershell:preview-7.5-ubuntu-20.04')
131+
, 'mcr.microsoft.com/powershell:7.5-ubuntu-22.04')
132132

133133
$builds = @()
134134
foreach ($image in $images) {

0 commit comments

Comments
 (0)