Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(maint) Update to latest Choco version #2590

Merged
merged 1 commit into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ environment:
secure: zPuYvdxGda6DUGRCwTJL5FQCWF3U+1bSLE2mEr+VfpfV08NXlXX2uFLizkhQuJYW

#Chocolatey version we want to use when checking for updates (usually latest).
choco_version: '2.4.0'
choco_version: '2.4.1'
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

Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ body:
Do mind that versions older than the latest version that was available 1 year ago will not be supported.
multiple: true
options:
- 2.4.1
- 2.4.0
- 2.3.0
- 2.2.2
Expand Down
Loading