Skip to content

Commit

Permalink
(maint) Update CLI version on PRs
Browse files Browse the repository at this point in the history
This updates the Chocolatey CLI version used when
building/running on pull requests to the version that
we document as the minimum supported version in
this repository.
  • Loading branch information
AdmiringWorm authored Dec 3, 2024
1 parent 26df814 commit a9721d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ environment:

#Chocolatey version we want to use when checking for updates (usually latest).
choco_version: '2.4.0'
choco_version_pr: '2.0.0' # Should be kept to the version available one year ago
choco_version_pr: '2.2.2' # Should be kept at the minimum version supported that is listed on <https://github.com/chocolatey-community/chocolatey-packages/wiki/Supported-Chocolatey-CLI-versions>
nupkg_cache_path: C:\packages

init:
Expand Down

0 comments on commit a9721d3

Please sign in to comment.