summaryrefslogtreecommitdiffstats
path: root/.github/workflows/post-merge-tasks.yml
diff options
context:
space:
mode:
authoranoy <anoymouserver+github@mailbox.org>2021-07-16 21:36:30 +0200
committeranoy <anoymouserver@users.noreply.github.com>2021-07-17 20:31:29 +0200
commit4dd9766d42a774d7264c44cd8036135c8f29296f (patch)
tree50ed1f94d557ab0cfbfbf45d3377729dfc85a0c5 /.github/workflows/post-merge-tasks.yml
parent1a0ad76df61be8f168dba7ee73d01aeee03956c1 (diff)
bump NC version to stable22
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
Diffstat (limited to '.github/workflows/post-merge-tasks.yml')
-rw-r--r--.github/workflows/post-merge-tasks.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/post-merge-tasks.yml b/.github/workflows/post-merge-tasks.yml
index 9c50717ed..dd6b1454d 100644
--- a/.github/workflows/post-merge-tasks.yml
+++ b/.github/workflows/post-merge-tasks.yml
@@ -17,7 +17,7 @@ jobs:
name: "Coverage: Nextcloud PHP ${{ matrix.php-versions }}"
strategy:
matrix:
- nextcloud: ['stable21']
+ nextcloud: ['stable22']
steps:
- name: Checkout
uses: actions/checkout@v2.3.4