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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas <jonas@freesources.org>2022-04-19 11:52:24 +0300
committerJonas <jonas@freesources.org>2022-04-19 11:53:04 +0300
commitbf72b9914c3a721f5da1f1ecf68c0b5095502874 (patch)
treefdbe5066f4170197a729596b20f1563f47139495 /.github
parentdf9b133697b0b07d155eed8d1de7b93d8100a880 (diff)
Fix matrix variable reference in Github static-analysis action
Signed-off-by: Jonas <jonas@freesources.org>
Diffstat (limited to '.github')
-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 64c319467..119dfe6a3 100644
--- a/.github/workflows/static-analysis.yml
+++ b/.github/workflows/static-analysis.yml
@@ -16,7 +16,7 @@ jobs:
- name: Set up php
uses: shivammathur/setup-php@master
with:
- php-version: {{ matrix.php-version }}
+ php-version: ${{ matrix.php-version }}
tools: composer:v1
coverage: none
- name: Install dependencies