Skip to content

Commit

Permalink
Merge pull request #11 from max-ieremenko/tests/pwsh-7.5
Browse files Browse the repository at this point in the history
powershell 7.5 tests
  • Loading branch information
max-ieremenko authored Apr 13, 2024
2 parents ca72a22 + 1fb02e8 commit aff1154
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/scripts/build-tasks.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ task LocalPsCoreTest {
, "mcr.microsoft.com/powershell:7.2.1-ubuntu-20.04"
, "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.4-ubuntu-20.04"
, "mcr.microsoft.com/powershell:preview-7.5-ubuntu-20.04")

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

0 comments on commit aff1154

Please sign in to comment.