2.2.0 (2023-03-20)

- Update pacakges
- Bump requirements to PHP >= 8.1
This commit is contained in:
Daniel Mason 2024-03-20 19:00:25 +13:00
parent 948b758a57
commit 5ef4a63a6e
Signed by: idanoo
GPG key ID: 387387CDBC02F132
4 changed files with 156 additions and 119 deletions

View file

@ -19,7 +19,7 @@ jobs:
container: php:${{ matrix.php_version }}
strategy:
matrix:
php_version: [7.4, 8.0, 8.1, 8.2]
php_version: [8.1, 8.2]
services:
redis:
image: redis:7.0