diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2022-05-25 16:21:46 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2022-05-25 16:21:46 +0200 |
commit | a849b3fa0ce5d781896a38cae08e78c7fa196cd4 (patch) | |
tree | b1cf3b70e05da1be64b3cfe72b6f2b64320ee3de /.github | |
parent | 827e622b50e26fa583d3df65d52485850a039e2e (diff) | |
download | nextcloud-server-a849b3fa0ce5d781896a38cae08e78c7fa196cd4.tar.gz nextcloud-server-a849b3fa0ce5d781896a38cae08e78c7fa196cd4.zip |
Add lint job for PHP8.2
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/lint.yml | 2 |
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 |