run tests against php81

This commit is contained in:
Mehdi Achour 2022-07-31 17:58:22 +01:00
parent c943bc32e9
commit 63ff3b6553

View File

@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
php: ["7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1"]
steps:
- name: Checkout