summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorSean Molenaar <sean@seanmolenaar.eu>2021-01-26 13:32:17 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-01-26 16:06:47 +0100
commitcb10dd1d83262d2b851ff9370a04162692853a77 (patch)
tree60a73753eb72a9c94d1ecc58f547c6e552a865ac /.github
parentad103f3b4405c8571e68a0d50f4f79ca2a1cde16 (diff)
Base: Update psalm definition and dependency list
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/static-code-check.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/static-code-check.yml b/.github/workflows/static-code-check.yml
index 9343ece2f..cad11c939 100644
--- a/.github/workflows/static-code-check.yml
+++ b/.github/workflows/static-code-check.yml
@@ -7,7 +7,7 @@ jobs:
continue-on-error: true
strategy:
matrix:
- ocp-version: [ 'dev-master', 'v20.0.5' ]
+ ocp-version: [ '21.0.0.x-dev', 'v20.0.5' ]
name: "Psalm: Nextcloud ${{ matrix.ocp-version }}"
steps:
- name: Checkout