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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-10-09 15:35:16 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-10-30 15:52:20 +0300
commitf2278226276d41ac8f44b4e85d1e9f426383a1a1 (patch)
tree967e6a1c9a47aa9d1e40cf57113188f66646c78b /.github/workflows
parent65127f75a11e6d47c4f4e23d46a29d3201845ebf (diff)
Type the QB mappers with the entity template
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/static-analysis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml
index a9b50176d..7cafcfa54 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', 'v20.0.0' ]
+ ocp-version: [ 'dev-master', 'v20.0.1' ]
name: Nextcloud ${{ matrix.ocp-version }}
steps:
- name: Checkout