diff --git a/Build/README.md b/Build/README.md index 88b78be..677a347 100644 --- a/Build/README.md +++ b/Build/README.md @@ -3,9 +3,8 @@ build.ps1 is designed to run on windows - PowerShell Desktop 5.1 -- PowerShell [7.5.0](https://github.com/PowerShell/PowerShell/releases/tag/v7.5.0-preview.4) for .net 9.0 tests +- PowerShell [7.5.3](https://github.com/PowerShell/PowerShell/releases/tag/v7.5.3) for .net 9.0 tests - PowerShell [7.3.0](https://github.com/PowerShell/PowerShell/releases/tag/v7.3.0) for .net 8.0 tests -- PowerShell [7.2.1](https://github.com/PowerShell/PowerShell/releases/tag/v7.2.1) for .net 6.0 tests - Install-Module -Name [InvokeBuild](https://www.powershellgallery.com/packages/InvokeBuild) - Install-Module -Name [ThirdPartyLibraries](https://www.powershellgallery.com/packages/ThirdPartyLibraries) - .net framework 4.7.2+ sdk diff --git a/Build/tasks/build-tasks.ps1 b/Build/tasks/build-tasks.ps1 index 2a7ba63..5f8aa93 100644 --- a/Build/tasks/build-tasks.ps1 +++ b/Build/tasks/build-tasks.ps1 @@ -188,7 +188,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:preview-7.5-ubuntu-20.04') + , 'mcr.microsoft.com/powershell:7.5-ubuntu-24.04' + , 'mcr.microsoft.com/powershell:preview-7.6-ubuntu-24.04') $builds = @() foreach ($image in $images) {