Skip to content

Commit 5f0e625

Browse files
authored
Merge branch 'develop' into MQE-1541
2 parents 9150d91 + a779d9b commit 5f0e625

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/versioning.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ X.Y.Z
3030
| | +-- Backward Compatible changes (Patch release - bug fixes, small additions)
3131
| +---- Backward Compatible changes (Minor release - small new features, bug fixes)
3232
+------ Backward Incompatible changes (Major release - new features and/or major changes)
33-
3433
```
3534

3635
For example:
@@ -56,3 +55,14 @@ It MAY include patch level changes. Patch version MUST be reset to 0 when minor
5655
Major version **X** MUST be incremented for a release that introduces backward incompatible changes.
5756
A major release can also include minor and patch level changes.
5857
You must reset the patch and minor version to 0 when you change the major version.
58+
59+
## Magento 2 compatibility
60+
61+
This table lists the version of the MFTF that was released with a particular version of Magento.
62+
63+
|Magento version| MFTF version|
64+
|---|---|
65+
| 2.3.1 | 2.3.13 |
66+
| 2.3.0 | 2.3.9 |
67+
| 2.2.8 | 2.3.13 |
68+
| 2.2.7 | 2.3.8 |

0 commit comments

Comments
 (0)