Skip to content

Commit

Permalink
powershell 7.5 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
max-ieremenko committed Apr 13, 2024
1 parent ca72a22 commit 1fb02e8
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 1fb02e8

Please sign in to comment.