Add back php 7.2 linting for min supported versions

This commit is contained in:
John Molakvoæ 2020-09-19 09:37:49 +02:00 committed by GitHub
parent 7ace7b301e
commit 6fc41057fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
php-versions: ['7.3', '7.4']
php-versions: ['7.2', '7.3', '7.4']
name: php${{ matrix.php-versions }}
steps: