Merge pull request #376 from sanmai/patch-1

Test on additional versions of PHP
This commit is contained in:
Michel Fortin 2022-09-02 07:40:01 -04:00 committed by GitHub
commit 6ca731e849
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['7.4', '8.0']
php:
- '7.4'
- '8.0'
- '8.1'
- '8.2'
name: Linting - PHP ${{ matrix.php }}
steps: