You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I propose to add version range constraint support to accept versions like [7.3, 7.4).
Chocolatey has no native support, hovewer the Chocolatey can lookup all versions like choco list php --by-id-only -a (or with `-e switch once chocolatey/choco#1843 is solved). So I propose to allow to specify version by version range constraint, find the latest stable version and then proceed with instal of the discovered/fixed version.
From @mvorisek on Jun 16, 2019 13:18
SUMMARY
I propose to add version range constraint support to accept versions like [7.3, 7.4).
Chocolatey has no native support, hovewer the Chocolatey can lookup all versions like
choco list php --by-id-only -a
(or with `-e switch once chocolatey/choco#1843 is solved). So I propose to allow to specify version by version range constraint, find the latest stable version and then proceed with instal of the discovered/fixed version.ISSUE TYPE
COMPONENT NAME
win_chocolatey
Copied from original issue: ansible/ansible#57917
The text was updated successfully, but these errors were encountered: