Skip to content

Commit

Permalink
Merge pull request #78 from theohbrothers/enhancement/bump-pwsh-7.2-v…
Browse files Browse the repository at this point in the history
…ariants-to-7.2.23

Enhancement: Bump pwsh 7.2 variants to 7.2.23
  • Loading branch information
theohbrothersbot authored Aug 22, 2024
2 parents b01e573 + 9156f6a commit 8a35ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate/definitions/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"versions": [
"7.4.5",
"7.3.12",
"7.2.22"
"7.2.23"
],
"versionsChangeScope": "minor",
"versionsNewScript": "Invoke-WebRequest https://api.github.com/repos/powershell/powershell/git/refs/tags | ConvertFrom-Json | % { $_.ref -replace 'refs/tags/v', '' } | ? { $_ -match '^\\d+\\.\\d+\\.\\d+$' } | Sort-Object { [version]$_ } -Descending | ? { [version]$_ -ge [version]'7.2' }"
Expand Down

0 comments on commit 8a35ab1

Please sign in to comment.