From 30bd03f1ccd0c333f145035102fac65ea24fa429 Mon Sep 17 00:00:00 2001 From: ajn142 <5253718+ajn142@users.noreply.github.com> Date: Mon, 27 Apr 2026 21:34:06 -0500 Subject: [PATCH] Add MaximumVersion to prevent loading latest installed Pester --- PSKoans/PSKoans.psd1 | 1 + 1 file changed, 1 insertion(+) diff --git a/PSKoans/PSKoans.psd1 b/PSKoans/PSKoans.psd1 index df3e9e77a..ea25792f9 100644 --- a/PSKoans/PSKoans.psd1 +++ b/PSKoans/PSKoans.psd1 @@ -55,6 +55,7 @@ @{ ModuleName = 'Pester' ModuleVersion = '5.0.2' + MaximumVersion = '5.1.1' } )