Merge pull request #32596 from nextcloud/enhancement/php8.2-lint

Add lint job for PHP8.2
This commit is contained in:
Carl Schwan 2022-05-27 13:40:56 +02:00 committed by GitHub
commit 8dcab81068
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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