Fix minimum PowerShell version to be 7.0.11 instead of 7.1.7 by bergmeister · Pull Request #1830 · PowerShell/PSScriptAnalyzer
PowerShell / PSScriptAnalyzer Public
-
Notifications
You must be signed in to change notification settings - Fork 409
Merged
Conversation
bergmeister
commented
Aug 22, 2022
bergmeister
commented
Collaborator
PR Summary
This is to fix the mistake made in PR #1769. Since 7.0* is an LTS version that is still supported, it needs to be included. Choosing path version 11 and not 12 number 12 is quite recent and versions before a patch are still supported for 30 days.
PR Checklist
- PR has a meaningful title
- Use the present tense and imperative mood when describing your changes
- Summarized changes
- Change is not breaking
- Make sure all
.cs,.ps1and.psm1files have the correct copyright header - Make sure you've added a new test if existing tests do not effectively test the code changed and/or updated documentation
- This PR is ready to merge and is not Work in Progress.
- If the PR is work in progress, please add the prefix
WIP:to the beginning of the title and remove the prefix when the PR is ready.
- If the PR is work in progress, please add the prefix
bergmeister
added
the
Area - Build
label
bergmeister
added this to the
1.21 milestone
bergmeister
marked this pull request as ready for review
bergmeister
requested a review
from JamesWTruher
bergmeister
enabled auto-merge (squash)
JamesWTruher
approved these changes
JamesWTruher
left a comment
JamesWTruher
left a comment
Contributor
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
bergmeister
merged commit
9c32168
into
master
andyleejordan
deleted the
bergmeister-patch-fix-min-ps-version
branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment