From 42c35a128f66b0f37f1eac4da411549ce32d4a0d Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Mon, 1 Dec 2025 12:09:43 +0100 Subject: [PATCH] test with php 8.3 - 8.5 --- .github/workflows/ci.yml | 2 +- CHANGELOG.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 492688f..2220abc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-version: ['7.4', '8.0', '8.1', '8.2'] + php-version: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] include: - php-version: '7.4' composer-flags: '--prefer-stable --prefer-lowest' diff --git a/CHANGELOG.md b/CHANGELOG.md index 03f45e9..630f8aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ # Version 1.x +# 1.2.1 + +* Test with PHP 8.3 - 8.5. + # 1.2.0 * DateTimeOptions now features a list of deserialization formats instead of a single string one. Passing a string instead of an array to its `__construct`or is deprecated, and will be forbidden in the next version