Skip to content

⚙️ [Maintenance]: Lock Pester test dependency to the 6.x major version#25

Open
Marius Storhaug (MariusStorhaug) wants to merge 2 commits into
mainfrom
maintenance/lock-pester-major-6
Open

⚙️ [Maintenance]: Lock Pester test dependency to the 6.x major version#25
Marius Storhaug (MariusStorhaug) wants to merge 2 commits into
mainfrom
maintenance/lock-pester-major-6

Conversation

@MariusStorhaug

Copy link
Copy Markdown
Member

Adds a Pester 6.x major-version lock to the module test template, so modules scaffolded from this template inherit the same requirement as the rest of the ecosystem.

#Requires -Modules @{ ModuleName = 'Pester'; ModuleVersion = '6.0.0'; MaximumVersion = '6.999.999'; GUID = 'a699dea5-2c73-4616-a270-1f7abb777e71' }
  • ModuleVersion + MaximumVersion accept any Pester 6.x; the GUID pins module identity. Both are enforced by PowerShell at discovery time.

The install side is locked to the same major in PSModule/Invoke-Pester#70. Part of the dependency-management epic PSModule/Process-PSModule#356.

@MariusStorhaug Marius Storhaug (MariusStorhaug) requested a review from a team as a code owner July 7, 2026 14:41
@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown

No Significant Changes Detected

This PR does not contain changes to files that would trigger a new release:

Path Description
src/** Module source code
README.md Documentation

Build, test, and publish stages will be skipped for this PR.

If you believe this is incorrect, please verify that your changes are in the correct locations.

@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown

No Significant Changes Detected

This PR does not contain changes to files that would trigger a new release:

Path Description
src/** Module source code
README.md Documentation

Build, test, and publish stages will be skipped for this PR.

If you believe this is incorrect, please verify that your changes are in the correct locations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant