Add lint job for PHP8.2

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
pull/32596/head
Christoph Wurst 2 years ago
parent 827e622b50
commit a849b3fa0c
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8

@ -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

Loading…
Cancel
Save