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:
authorJulius Härtl <jus@bitgrid.net>2021-01-26 13:17:37 +0300
committerJulius Härtl <jus@bitgrid.net>2021-01-26 13:17:37 +0300
commit02cf43058f0cc0fddf2216abadaa2ee4ee40d0e6 (patch)
treef786f938c39cb7e3457983fe794f6fb9de7493f3 /.github/workflows
parentd712f743bcd6818c7ce0c82e932994faca84f35b (diff)
Fix test server branch
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/cypress.yml2
-rw-r--r--.github/workflows/oci.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml
index ea00e6f19..492356797 100644
--- a/.github/workflows/cypress.yml
+++ b/.github/workflows/cypress.yml
@@ -18,7 +18,7 @@ jobs:
containers: [1, 2, 3]
php-versions: [ '7.4' ]
databases: [ 'sqlite' ]
- server-versions: [ 'master' ]
+ server-versions: [ 'stable20' ]
steps:
- name: Checkout server
diff --git a/.github/workflows/oci.yml b/.github/workflows/oci.yml
index 8105b3ae0..0111c2ea8 100644
--- a/.github/workflows/oci.yml
+++ b/.github/workflows/oci.yml
@@ -20,7 +20,7 @@ jobs:
matrix:
php-versions: ['7.4']
databases: ['oci']
- server-versions: ['master']
+ server-versions: ['stable20']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}