Skip to content

Commit 2f96b13

Browse files
nohwndCopilot
andcommitted
Bump Pester to 6.0.0-rc4
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 4304af6 commit 2f96b13

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Test Windows PowerShell
4747
if: matrix.os == 'windows-latest'
4848
run: |
49-
Install-Module Pester -RequiredVersion 6.0.0-rc1 -AllowPrerelease -Scope CurrentUser -Force -SkipPublisherCheck
49+
Install-Module Pester -RequiredVersion 6.0.0-rc4 -AllowPrerelease -Scope CurrentUser -Force -SkipPublisherCheck
5050
./build.ps1 -Test -Verbose
5151
shell: powershell
5252

tools/installPSResources.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Install-PSResource -Verbose -TrustRepository -RequiredResource @{
1818
repository = $PSRepository
1919
}
2020
Pester = @{
21-
version = "6.0.0-rc1"
21+
version = "6.0.0-rc4"
2222
prerelease = $true
2323
repository = $PSRepository
2424
}

0 commit comments

Comments
 (0)