Skip to content

Commit c2c341c

Browse files
committed
[js] To avoid confusion, update documentation to reference current node
versions for support window examples. For #3482
1 parent f0f8def commit c2c341c

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

javascript/node/selenium-webdriver/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -136,16 +136,16 @@ will also have "best effort" support. Releases older than the latest LTS,
136136
_semver-major_ releases, and all unstable release branches (e.g. "v.Next")
137137
are considered strictly unsupported.
138138

139-
For example, suppose the current LTS and stable releases are v4.2.4 and v5.4.1,
139+
For example, suppose the current LTS and stable releases are v6.9.5 and v7.5.0,
140140
respectively. Then a Selenium release would have the following support levels:
141141

142142
| Version | Support |
143143
| ------- | ------------- |
144-
| <= 4.1 | _unsupported_ |
145-
| 4.2 | supported |
146-
| 5.0-3 | best effort |
147-
| 5.4 | supported |
148-
| >= 5.5 | best effort |
144+
| <= 6.8 | _unsupported_ |
145+
| 6.9 | supported |
146+
| 7.0-4 | best effort |
147+
| 7.5 | supported |
148+
| >= 7.5 | best effort |
149149
| v.Next | _unsupported_ |
150150

151151
### Support Level Definitions
@@ -168,11 +168,11 @@ months, the support window for selenium-webdriver will be roughly:
168168

169169
| Date | LTS | Stable |
170170
| --------- | ---: | -----: |
171-
| (current) | 4.2 | 5.0 |
172-
| 2016-04 | 4.2 | 6.0 |
173-
| 2016-10 | 6.0 | 7.0 |
171+
| (current) | 6.9 | 7.5 |
174172
| 2017-04 | 6.0 | 8.0 |
175173
| 2017-10 | 8.0 | 9.0 |
174+
| 2018-04 | 8.0 | 10.0 |
175+
| 2018-10 | 10.0 | 11.0 |
176176

177177
## Issues
178178

0 commit comments

Comments
 (0)