Skip to content

Commit 201fdb5

Browse files
Correct bounded-range test comment to match lowest-in-range resolution
1 parent e974072 commit 201fdb5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/TestWorkflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ jobs:
110110
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
111111
with:
112112
persist-credentials: false
113-
# A bounded range must resolve to the highest satisfying version: [0.38.0, 0.40.0) -> 0.39.0.
113+
# A bounded range must resolve to a version inside the range. PSResourceGet resolves a range to
114+
# the lowest satisfying version: [0.38.0, 0.40.0) -> 0.38.0.
114115
- name: Action-Test [bounded range]
115116
uses: ./
116117
with:

0 commit comments

Comments
 (0)