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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-03-04 16:24:53 +0300
committerJoas Schilling <coding@schilljs.com>2021-03-04 16:24:53 +0300
commit3001c53ba11d924f425067769369c8a25ba982b3 (patch)
treeb69f65badb55f1cf80473e3967f7eb1eab7431c5 /.github
parentc1895cc55bbb540ee5d420518f5ca97f4e79acf3 (diff)
Add linting for 8.0
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-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 335192674..bf133cc11 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
- php-versions: ['7.3', '7.4']
+ php-versions: ['7.3', '7.4', '8.0']
name: php${{ matrix.php-versions }}
steps: