Skip to content

📖 [Docs]: PowerShell module support aligned to latest LTS#86

Merged
Marius Storhaug (MariusStorhaug) merged 2 commits into
mainfrom
latest-lts-support-policy
Jul 25, 2026
Merged

📖 [Docs]: PowerShell module support aligned to latest LTS#86
Marius Storhaug (MariusStorhaug) merged 2 commits into
mainfrom
latest-lts-support-policy

Conversation

@MariusStorhaug

@MariusStorhaug Marius Storhaug (MariusStorhaug) commented Jul 25, 2026

Copy link
Copy Markdown
Member

PSModule module authors now have one supported runtime target: the latest PowerShell Long Term Support release. Windows PowerShell 5.1 compatibility is explicitly out of scope.

Changed: PowerShell version support

Module implementations can use language and platform capabilities available in the latest LTS without preserving Windows PowerShell 5.1 compatibility. Ternary operators are allowed and NoTernary is no longer a framework requirement.

Technical Details

  • Adds the supported PowerShell version policy to the module standard.
  • Removes NoTernary from the documented enforced framework tests.
  • Corrects the existing link to the canonical PowerShell standards page.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@github-actions

github-actions Bot commented Jul 25, 2026

Copy link
Copy Markdown

Super-linter summary

Language Validation result
CHECKOV Pass ✅
GITHUB_ACTIONS Pass ✅
GITHUB_ACTIONS_ZIZMOR Pass ✅
GITLEAKS Pass ✅
GIT_MERGE_CONFLICT_MARKERS Pass ✅
HTML Pass ✅
JAVASCRIPT_ES Pass ✅
JAVASCRIPT_PRETTIER Pass ✅
MARKDOWN Pass ✅
NATURAL_LANGUAGE Pass ✅
POWERSHELL Pass ✅
PRE_COMMIT Pass ✅
SPELL_CODESPELL Pass ✅
TRIVY Pass ✅
YAML Pass ✅

All files and directories linted successfully

For more information, see the GitHub Actions workflow run

Powered by Super-linter

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@MariusStorhaug
Marius Storhaug (MariusStorhaug) marked this pull request as ready for review July 25, 2026 22:46
@MariusStorhaug
Marius Storhaug (MariusStorhaug) merged commit 993ae01 into main Jul 25, 2026
21 checks passed
@MariusStorhaug
Marius Storhaug (MariusStorhaug) deleted the latest-lts-support-policy branch July 25, 2026 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant