Skip to content

Commit

Permalink
(maint) Updates PSSA Version
Browse files Browse the repository at this point in the history
AppVeyor's version was behind. This has been tested.
  • Loading branch information
JPRuskin committed Jul 6, 2023
1 parent 85ca62c commit f2c159f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppVeyor/AppVeyorInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Write-Host "Installed NuGet version '$($pkg.version)'"
#---------------------------------#
# Install Modules #
#---------------------------------#
[version]$ScriptAnalyzerVersion = '1.8.1'
[version]$ScriptAnalyzerVersion = '1.21.0'
[version]$PesterVersion = '5.99.99'
Install-Module -Name 'PSScriptAnalyzer' -Repository PSGallery -Force -ErrorAction Stop -MaximumVersion $ScriptAnalyzerVersion
Install-Module -Name 'Pester' -SkipPublisherCheck -Repository PSGallery -Force -ErrorAction Stop -MaximumVersion $PesterVersion
Expand Down

0 comments on commit f2c159f

Please sign in to comment.