From c73d4959d50f06e78015e2062e95b6d2d79c53a5 Mon Sep 17 00:00:00 2001 From: Kevin Date: Sun, 7 Jan 2024 16:33:10 +0100 Subject: [PATCH] added PHP 8.3 compat --- .github/workflows/unittest.yml | 1 + composer.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index ce68e48..6746616 100644 --- a/.github/workflows/unittest.yml +++ b/.github/workflows/unittest.yml @@ -22,6 +22,7 @@ jobs: - 8.0 - 8.1 - 8.2 + - 8.3 phpunit-versions: ['latest'] env: extensions: mbstring, intl, xml, gmp, bcmath, snappy-kjdev/php-ext-snappy@0.2.1 diff --git a/composer.json b/composer.json index 95c9d39..7aaaf4c 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "php" : ">=7.3 <=8.2.99", + "php" : ">=7.3 <=8.3.99", "ext-gmp" : "*", "ext-bcmath" : "*", "ext-zlib": "*",