mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-02-19 07:21:44 +00:00
Fix expected version
This commit is contained in:
parent
a2d9fd60e7
commit
c6dcfa6f99
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -114,8 +114,8 @@ jobs:
|
||||||
- version-input: ">=0.4.25,<0.5"
|
- version-input: ">=0.4.25,<0.5"
|
||||||
expected-version: "0.4.25"
|
expected-version: "0.4.25"
|
||||||
resolution-strategy: "lowest"
|
resolution-strategy: "lowest"
|
||||||
- version-input: ">=0.1.0,<0.2"
|
- version-input: ">=0.1,<0.2"
|
||||||
expected-version: "0.1.19"
|
expected-version: "0.1.45"
|
||||||
resolution-strategy: "highest"
|
resolution-strategy: "highest"
|
||||||
- version-input: ">=0.1.0,<0.2"
|
- version-input: ">=0.1.0,<0.2"
|
||||||
expected-version: "0.1.0"
|
expected-version: "0.1.0"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue