Skip to content

Commit

Permalink
Merge pull request #113 from max-ieremenko/feature/pwsh-7.6
Browse files Browse the repository at this point in the history
powershell 7.6 preview test coverage
  • Loading branch information
max-ieremenko authored Feb 8, 2025
2 parents 073b296 + d14b8ca commit 0cc33dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Build/build-tasks.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ task PsCoreTest {
, 'mcr.microsoft.com/powershell:7.2.2-ubuntu-20.04'
, 'mcr.microsoft.com/powershell:7.3-ubuntu-20.04'
, 'mcr.microsoft.com/powershell:7.4-ubuntu-20.04'
, 'mcr.microsoft.com/powershell:7.5-ubuntu-22.04')
, 'mcr.microsoft.com/powershell:7.5-ubuntu-22.04'
, 'mcr.microsoft.com/powershell:preview-7.6-ubuntu-22.04')

$builds = @()
foreach ($image in $images) {
Expand Down

0 comments on commit 0cc33dc

Please sign in to comment.