Skip to content

Commit ee7678f

Browse files
committed
Example update#
1 parent ce67f1f commit ee7678f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ In case of `first`, the first distribution matching the `condition` will be sele
133133

134134
The condition consists of a commpara separated list of semver version comparisons supporting `<`, `<=`, `>`, `>=`, `==`, `!=`. Examples:
135135

136-
- `latest:<=20.1.0`
137-
- `latest:<=20.1.0,>17.0.4,!=19.1.7`
136+
- `latest:>=20.1.0`
137+
- `latest:>17.0.4,!=19.1.7,<=20.1.0`
138138
- `first:>=15.0.6,<16`
139139

140140
### Selecting Toolchains

0 commit comments

Comments
 (0)