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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas <jonas@freesources.org>2022-04-25 17:04:25 +0300
committerJonas <jonas@freesources.org>2022-04-25 17:04:25 +0300
commita404267f787085252044f8b3ca8e8e1b8a168406 (patch)
treed6f152b1732fdb7b4d4e664ec608a67942357318 /.github
parentd91091b177d13e11223979092bf94d86b25b8005 (diff)
Use stable24 branch in cypress tests
Signed-off-by: Jonas <jonas@freesources.org>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cypress.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml
index 4004a485e..c69f33dc7 100644
--- a/.github/workflows/cypress.yml
+++ b/.github/workflows/cypress.yml
@@ -23,7 +23,7 @@ jobs:
# containers: [1, 2, 3]
php-versions: [ '7.4' ]
databases: [ 'sqlite' ]
- server-versions: [ 'master' ]
+ server-versions: [ 'stable24' ]
steps:
- name: Use Node.js ${{ matrix.node-version }}