Skip to content

Commit 776017f

Browse files
Merge pull request #75 from max-ieremenko/test/pwsh-7.6
pwsh 7.6 test coverage
2 parents beee679 + 7481f83 commit 776017f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Build/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
build.ps1 is designed to run on windows
44

55
- PowerShell Desktop 5.1
6-
- PowerShell [7.5.0](https://github.com/PowerShell/PowerShell/releases/tag/v7.5.0-preview.4) for .net 9.0 tests
6+
- PowerShell [7.5.3](https://github.com/PowerShell/PowerShell/releases/tag/v7.5.3) for .net 9.0 tests
77
- PowerShell [7.3.0](https://github.com/PowerShell/PowerShell/releases/tag/v7.3.0) for .net 8.0 tests
8-
- PowerShell [7.2.1](https://github.com/PowerShell/PowerShell/releases/tag/v7.2.1) for .net 6.0 tests
98
- Install-Module -Name [InvokeBuild](https://www.powershellgallery.com/packages/InvokeBuild)
109
- Install-Module -Name [ThirdPartyLibraries](https://www.powershellgallery.com/packages/ThirdPartyLibraries)
1110
- .net framework 4.7.2+ sdk

Build/tasks/build-tasks.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,8 @@ task PsCoreTest {
188188
, 'mcr.microsoft.com/powershell:7.2.2-ubuntu-20.04'
189189
, 'mcr.microsoft.com/powershell:7.3-ubuntu-20.04'
190190
, 'mcr.microsoft.com/powershell:7.4-ubuntu-20.04'
191-
, 'mcr.microsoft.com/powershell:preview-7.5-ubuntu-20.04')
191+
, 'mcr.microsoft.com/powershell:7.5-ubuntu-24.04'
192+
, 'mcr.microsoft.com/powershell:preview-7.6-ubuntu-24.04')
192193

193194
$builds = @()
194195
foreach ($image in $images) {

0 commit comments

Comments
 (0)