Skip to content

Commit f0fb054

Browse files
authored
Merge pull request #215 from cucumber/doc-for-future-version
docs: ✏️ Update compatibility matrix
2 parents ebf8d53 + 6d5222f commit f0fb054

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,20 @@ See: https://cucumber.io/support
1111

1212
## Compatibility matrix
1313

14-
The Cucumber Scala major version matches the Cucumber major version.
14+
Cucumber Scala has a different release cycle than other Cucumber projects that you might use
15+
(like _cucumber-junit_).
1516

16-
The minor version might differ because Cucumber Scala may add Scala-related features without waiting for a Cucumber minor version.
17+
As a rule of thumb, you can assume that latest version of Cucumber Scala targets the latest version
18+
of Cucumber Core projects.
1719

18-
| Cucumber Scala version | Cucumber version | Scala versions |
19-
|------------------------|------------------|------------------|
20-
| 6.10.3 | 6.10.3 | 2.11, 2.12, 2.13 |
21-
| 5.7.0 | 5.7.0 | 2.11, 2.12, 2.13 |
22-
| 4.7.1 | 4.7.1 | 2.11, 2.12, 2.13 |
20+
The table below shows the compatible versions:
21+
22+
| Cucumber Scala version | Cucumber Core version | Scala versions |
23+
|------------------------|-----------------------|-----------------------|
24+
| 7.x (_upcoming_) | 6.x | 2.11, 2.12, 2.13, 3.0 |
25+
| 6.x | 6.x | 2.11, 2.12, 2.13 |
26+
| 5.x | 5.x | 2.11, 2.12, 2.13 |
27+
| 4.x | 4.x | 2.11, 2.12, 2.13 |
2328

2429
## Getting started
2530

0 commit comments

Comments
 (0)