From dfe94225c6ac6f1d6620efd6c17eea51890858fa Mon Sep 17 00:00:00 2001 From: samizdam Date: Mon, 3 Jun 2024 17:41:02 +0300 Subject: [PATCH] Add php 8.3, 8.4 --- .github/workflows/ci.yml | 5 +++++ CHANGELOG.md | 1 + 2 files changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27aa5f0..d2549cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,11 @@ jobs: - 8.0 - 8.1 - 8.2 + - 8.3 + include: + - php: 8.4 + prefer: stable + experimental: true prefer: - lowest - stable diff --git a/CHANGELOG.md b/CHANGELOG.md index bbd2ff2..a3fadfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Added - Logger mapping configuration +- New PHP versions support ### Removed - PHP 7.3 support