From fa210cf01af29e981ed5edba2dc5457f7d6b9f8d 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 1/2] 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' } ) From 71d912d57e3a16162c98365e789d69edfea02db4 Mon Sep 17 00:00:00 2001 From: Gilbert Sanchez Date: Sun, 20 Sep 2026 12:18:23 -0700 Subject: [PATCH 2/2] Update PSKoans/PSKoans.psd1 --- PSKoans/PSKoans.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PSKoans/PSKoans.psd1 b/PSKoans/PSKoans.psd1 index ea25792f9..b971d1ef6 100644 --- a/PSKoans/PSKoans.psd1 +++ b/PSKoans/PSKoans.psd1 @@ -55,7 +55,7 @@ @{ ModuleName = 'Pester' ModuleVersion = '5.0.2' - MaximumVersion = '5.1.1' + MaximumVersion = '5.999.999' } )