From e34fd4e2191532d2b24b2acdc026e19ad4214ebe Mon Sep 17 00:00:00 2001 From: Cyril PASCAL Date: Tue, 3 Jan 2023 15:01:45 +0100 Subject: [PATCH] Add PHP 8.2 compatibility --- .github/workflows/ci.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ad528d..60b6434 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - php-version: ['8.1'] + php-version: ['8.1', '8.2'] steps: - uses: actions/checkout@v2 diff --git a/composer.json b/composer.json index a95221c..0c70f9f 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ } ], "require": { - "php": "8.1.x", + "php": "8.1.x|8.2.x", "ext-mbstring": "*" }, "autoload": {