]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add lint job for PHP8.2 32596/head
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Wed, 25 May 2022 14:21:46 +0000 (16:21 +0200)
committerChristoph Wurst <christoph@winzerhof-wurst.at>
Wed, 25 May 2022 14:21:46 +0000 (16:21 +0200)
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
.github/workflows/lint.yml

index eb117a2ab9ae4b2dd5c110f42d5b07777b19d126..983b0af6d93e5ddf06ea558e803fe7cd4a1e127d 100644 (file)
@@ -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