summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2022-04-22 10:14:38 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2022-04-24 10:29:33 +0200
commit835f295ece1c12af50a6485a6e8339ab1fbc1089 (patch)
treecadc5c38269af1a2ee2284cdea915e3eb3ea6dd9 /.github
parente89b41c891ca4bc9b1893322ed85dfe9d3ad91f9 (diff)
Release 18.0.118.0.1
No major changes since the beta versions. Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/api-php-static-code-check.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/api-php-static-code-check.yml b/.github/workflows/api-php-static-code-check.yml
index 320c8792c..a8c16ca7b 100644
--- a/.github/workflows/api-php-static-code-check.yml
+++ b/.github/workflows/api-php-static-code-check.yml
@@ -15,7 +15,7 @@ jobs:
nextcloud: pre-release
database: sqlite
experimental: true
- name: "phpstan: Nextcloud ${{ matrix.nextcloud }} with ${{ php-versions }}"
+ name: "phpstan: Nextcloud ${{ matrix.nextcloud }} with ${{ matrix.php-versions }}"
steps:
- name: Checkout
uses: actions/checkout@v3