⚙️ [Maintenance]: Pester test framework updated to 6.0.1 - #157
Closed
Marius Storhaug (MariusStorhaug) wants to merge 1 commit into
Closed
⚙️ [Maintenance]: Pester test framework updated to 6.0.1#157Marius Storhaug (MariusStorhaug) wants to merge 1 commit into
Marius Storhaug (MariusStorhaug) wants to merge 1 commit into
Conversation
The Gallery published 6.0.1, the newest release inside the range the test suites declare. The pin stays exact and the module GUID is unchanged; only the version moves.
Member
Author
|
Demonstration for #136 — this pull request was opened by the new pin updater running its own workflow steps, to prove the mechanism fires when a newer version exists. Closing now that it has served its purpose; the quiet case (pin already current, nothing opened) was verified in the same session. |
Marius Storhaug (MariusStorhaug)
deleted the
maintenance/pin-pester-6.0.1
branch
August 8, 2026 16:09
This was referenced Aug 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The test suites now run against Pester 6.0.1, up from 6.0.0.
The pin stays exact and verified by module GUID; only the version it points at moves. The Test check runs the full suite against the new version, so a release that breaks it shows up here rather than after merge.
Technical details
Related issues