summaryrefslogtreecommitdiffstats
path: root/.github/workflows/post-merge-tasks.yml
diff options
context:
space:
mode:
authorSean Molenaar <SMillerDev@users.noreply.github.com>2021-11-30 15:09:10 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2021-12-03 21:39:47 +0100
commit999a73b182856e7f6be93a92bc56588915adfcea (patch)
tree5d667e305c1fc5135b0741de6a2cc404e53c3a60 /.github/workflows/post-merge-tasks.yml
parente90035f60560bff04966d857981f59aa2aba3cac (diff)
chore: update CI
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
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 e3738e585..48330d671 100644
--- a/.github/workflows/post-merge-tasks.yml
+++ b/.github/workflows/post-merge-tasks.yml
@@ -10,7 +10,7 @@ jobs:
name: "Coverage: Nextcloud PHP ${{ matrix.php-versions }}"
strategy:
matrix:
- nextcloud: ['stable22']
+ nextcloud: ['stable23']
steps:
- name: Checkout
uses: actions/checkout@v2.4.0