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

github.com/nextcloud/files_downloadactivity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-11-11 11:41:43 +0300
committerJoas Schilling <coding@schilljs.com>2021-11-11 11:41:43 +0300
commitb45fc1f1d4adc0ffb22dd79413aa577ea6798966 (patch)
treef7fc010ec22c6d32c65eabcc3cb093fde4a9b449
parent4f7669f2aad50437de3298b0810f10bed1359d72 (diff)
Update master target versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--.github/workflows/phpunit.yml2
-rw-r--r--.github/workflows/static-analysis.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index 8e7d825..087fdea 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -20,7 +20,7 @@ jobs:
matrix:
php-versions: ['7.3', '7.4', '8.0']
databases: ['sqlite']
- server-versions: ['master', 'stable22', 'stable21']
+ server-versions: ['master', 'stable23', 'stable22', 'stable21']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml
index faf074c..c563fed 100644
--- a/.github/workflows/static-analysis.yml
+++ b/.github/workflows/static-analysis.yml
@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- ocp-version: [ 'dev-master', 'dev-stable22', 'dev-stable21' ]
+ ocp-version: [ 'dev-master', 'dev-stable23', 'dev-stable22', 'dev-stable21' ]
name: Nextcloud ${{ matrix.ocp-version }}
steps:
- name: Checkout