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 <213943+nickvergessen@users.noreply.github.com>2021-11-12 00:55:04 +0300
committerGitHub <noreply@github.com>2021-11-12 00:55:04 +0300
commitf12a06430353b5e89ff5009ff9db9dcb9371e7e8 (patch)
treea55b489a1693e4fb82f41da49386e168eecf84b9
parent4b46c049febeb8c4a98b38def6b56fe2cd226660 (diff)
parentb45fc1f1d4adc0ffb22dd79413aa577ea6798966 (diff)
Merge pull request #80 from nextcloud/update-master-target-versions
Update master target versions
-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