Skip to content

Commit

Permalink
Merge pull request #10 from max-ieremenko/tests/pwsh-7.4
Browse files Browse the repository at this point in the history
powershell 7.4 tests
  • Loading branch information
max-ieremenko authored Apr 13, 2024
2 parents 25b08c3 + 72db526 commit ca72a22
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 @@ -79,7 +79,8 @@ task LocalPsCoreTest {
, "mcr.microsoft.com/powershell:7.2.0-ubuntu-20.04"
, "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.3-ubuntu-20.04"
, "mcr.microsoft.com/powershell:7.4-ubuntu-20.04")

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

0 comments on commit ca72a22

Please sign in to comment.