chore(build): add PHP 8.1

This commit is contained in:
Phan An 2021-12-06 18:19:05 +01:00
parent 53b64b6837
commit de2103ff90
No known key found for this signature in database
GPG key ID: A81E4477F0BB6FDC

View file

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: [ 7.4, 8.0 ]
php-version: [ 7.4, 8.0, 8.1 ]
fail-fast: false
steps:
- uses: actions/checkout@v1