📖 [Docs]: Document the Pester major-version lock in the test pipeline#362
Merged
Marius Storhaug (MariusStorhaug) merged 4 commits intoJul 7, 2026
Merged
Conversation
Copilot started reviewing on behalf of
Marius Storhaug (MariusStorhaug)
July 7, 2026 14:47
View session
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the project README to document a dependency-management convention in the test pipeline: keeping Pester locked to the 6.x major series so minor/patch updates flow automatically while major upgrades remain deliberate.
Changes:
- Document that module test files should lock Pester to the 6.x major version via
#Requires -Modules ...in the “Test module” pipeline section. - Explain the intended behavior/benefit in conjunction with the
PSModule/Invoke-PesterGitHub Action.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Copilot started reviewing on behalf of
Marius Storhaug (MariusStorhaug)
July 7, 2026 19:16
View session
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 pipeline README now documents that module test files lock Pester to the 6.x major and the Invoke-Pester step installs a matching version, so contributors understand how the test framework is constrained.
Changed: README documents the Pester major-version lock
The "Test module" section now states the
#Requiresform test files use and notes that minor and patch updates flow in automatically while a new major stays a deliberate, reviewed change.Technical Details
README.md.