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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2022-05-25 17:21:46 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-05-25 17:21:46 +0300
commita849b3fa0ce5d781896a38cae08e78c7fa196cd4 (patch)
treeb1cf3b70e05da1be64b3cfe72b6f2b64320ee3de /.github
parent827e622b50e26fa583d3df65d52485850a039e2e (diff)
Add lint job for PHP8.2enhancement/php8.2-lint
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
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 eb117a2ab9a..983b0af6d93 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- php-versions: ['7.4', '8.0', '8.1']
+ php-versions: ['7.4', '8.0', '8.1', '8.2']
name: php${{ matrix.php-versions }} lint
steps:
- name: Checkout