From f165ecb509748b2d74fa81e7a73c4f976321eccb Mon Sep 17 00:00:00 2001 From: Christian Kuhn Date: Tue, 26 May 2026 19:09:29 +0200 Subject: [PATCH] [TASK] Update README.md version info Branch main (will be tagged as v10) is used by core main (v15). core v14 keeps TF 9. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 68536d41..148dc4a6 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,9 @@ Usage examples within core and for extensions can be found in ## Tags and branches -* Branch main is used by core v13 and v14, tagged as 9.x.x. Extensions can use this to +* Branch main is used by core v15, tagged as 10.x.x. Extensions can use this to + run tests with core v14 and v15. Supports PHP ^8.2. +* Branch 9 is used by core v13 and v14, tagged as 9.x.x. Extensions can use this to run tests with core v13 and v14. Supports PHP ^8.2. * Branch 8 is used by core v12 and tagged as 8.x.x. Extensions can use this to run tests with core v12 and prepare for v13 compatibility. Supports PHP ^8.1.