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>2022-04-14 23:26:40 +0300
committerJoas Schilling <coding@schilljs.com>2022-04-14 23:26:40 +0300
commit065992ca3142c7dd84e1365d5b31076fa0b1861a (patch)
tree1b5fad6d50f00ad763633907aa988ae5b2771b1c
parent82fad3cda1b42721f61482e381297e5429a0b99e (diff)
Update master target versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--.github/workflows/phpunit-sqlite.yml4
-rw-r--r--.github/workflows/static-analysis.yml2
2 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/phpunit-sqlite.yml b/.github/workflows/phpunit-sqlite.yml
index add1391..be9aaa9 100644
--- a/.github/workflows/phpunit-sqlite.yml
+++ b/.github/workflows/phpunit-sqlite.yml
@@ -19,13 +19,15 @@ jobs:
strategy:
matrix:
php-versions: ["7.4", "8.0"]
- server-versions: ["master", "stable23", "stable22"]
+ server-versions: ["master", "stable24", "stable23", "stable22"]
include:
- php-versions: "7.3"
server-versions: "stable22"
- php-versions: "7.3"
server-versions: "stable23"
- php-versions: "8.1"
+ server-versions: "stable24"
+ - php-versions: "8.1"
server-versions: "master"
steps:
diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml
index f8698a9..be6b465 100644
--- a/.github/workflows/static-analysis.yml
+++ b/.github/workflows/static-analysis.yml
@@ -9,7 +9,7 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
- ocp-version: [ 'dev-master', 'dev-stable23', 'dev-stable22' ]
+ ocp-version: [ 'dev-master', 'dev-stable24', 'dev-stable23', 'dev-stable22' ]
name: Nextcloud ${{ matrix.ocp-version }}
steps:
- name: Checkout