Test phpstan on PHP 8.0+

This commit is contained in:
John Paul E. Balandan, CPA 2021-12-13 20:23:40 +08:00
parent f941858bcf
commit a0b8140b4f
No known key found for this signature in database
GPG Key ID: FB7B51499BC27610

View File

@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['7.4', '8.0']
php-versions: ['8.0', '8.1']
steps:
- name: Checkout
uses: actions/checkout@v2