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

github.com/nextcloud/files_antivirus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-04-05 09:40:38 +0300
committerJoas Schilling <coding@schilljs.com>2022-04-05 09:40:38 +0300
commit4d78db9bff981586de5baee0ec56b676c46aaa0a (patch)
tree07dc61b5799e9edef6d86398ed134f2c191334e5
parentf23859b12b81c004d3ef0bf37a916a857ebef3eb (diff)
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 4110b0f..7d6eefa 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -26,7 +26,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@master
- - name: Set up php${{ matrix.php-versons }}
+ - name: Set up php${{ matrix.php-version }}
uses: shivammathur/setup-php@master
with:
php-version: ${{ matrix.php-version }}