Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-11-08 15:07:14 +0300
committerJoas Schilling <coding@schilljs.com>2022-11-08 15:07:14 +0300
commitd82c534b04c57dc1547b9b2c1fe5b591b089e8b9 (patch)
treeaec0f938545569321c132b42943c20fc299c8951
parent696334f46a4713667a68256386c15c4f65056a22 (diff)
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 <coding@schilljs.com>
-rw-r--r--developer_manual/digging_deeper/continuous_integration.rst5
1 files 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 <https://github.com/nextcloud/.github>`_.
If you want to support multiple versions of Nextcloud server with a single app version, checkout this slightly
`more complex action <https://github.com/nextcloud/.github/blob/master/workflow-templates/psalm-matrix.yml>`_.
-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/