From 4b45e3f3d28e22d20a61840377c75ddcf061c732 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 24 Feb 2026 22:34:25 +0100 Subject: [PATCH] chore(ci): bump pester version in Ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e425a218..47e030376 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -161,7 +161,7 @@ jobs: $PSVersionTable Get-PSRepository | Format-List * Set-PSRepository psgallery -InstallationPolicy trusted - Install-Module -Name Pester -RequiredVersion 5.3.1 -Confirm:$false -Force -SkipPublisherCheck + Install-Module -Name Pester -RequiredVersion 5.7.1 -Confirm:$false -Force -SkipPublisherCheck $Error.clear() Invoke-Pester -Path "tests" -CI if ($Error.Length -gt 0) {exit 1}