From 53f4585d3b30ad421fa4cbfb047040820452c24c Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 8 Nov 2022 13:07:14 +0100 Subject: [PATCH] Don't state supported stable branches in the docs We would forget to update them similarly to the old statement Signed-off-by: Joas Schilling --- developer_manual/digging_deeper/continuous_integration.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/developer_manual/digging_deeper/continuous_integration.rst b/developer_manual/digging_deeper/continuous_integration.rst index 9e7be471b..8ac113d02 100644 --- a/developer_manual/digging_deeper/continuous_integration.rst +++ b/developer_manual/digging_deeper/continuous_integration.rst @@ -110,8 +110,7 @@ our `nextcloud template repository `_. If you want to support multiple versions of Nextcloud server with a single app version, checkout this slightly `more complex action `_. -This creates a matrix, where the app is tested against ``dev-master``, the latest version of ``OCP`` found in the main -branch of Nextcloud server, as well as ``dev-stable25``, ``dev-stable24`` and ``dev-stable23``, the currently supported -stable branches. Adjust this to your needs. +This creates a matrix, where the app is tested against ``dev-master``, the latest version of ``OCP`` found in the master +branch of Nextcloud server, as well as other currently supported stable branches. Adjust this to your needs. .. _Psalm: https://psalm.dev/docs/