Skip to content

Commit

Permalink
Add back php 7.2 linting for min supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv committed Sep 19, 2020
1 parent 7ace7b3 commit 6fc4105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 6fc4105

Please sign in to comment.