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>2022-06-03 15:20:21 +0300
committerGitHub <noreply@github.com>2022-06-03 15:20:21 +0300
commit12ceee6684f8c3e67d61f12b59136ccfb6fc130a (patch)
tree7cc103d7d213fdaf060a038625a64617af891abb
parent565d9278c548f1ada45b760cf3c67d1fd5460258 (diff)
parent065992ca3142c7dd84e1365d5b31076fa0b1861a (diff)
Merge pull request #90 from nextcloud/update-master-target-versions
Update master target versions
-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