From 321aebe13733ef077663a7b8cd93e072bffe1d77 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Sun, 1 Sep 2024 17:04:05 +0200 Subject: [PATCH] [FEATURE] Run the tests on CI with PHP 8.4 as well --- .github/workflows/ci.yml | 2 +- CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eebe098a..5b38b294 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: [ '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ] + php-version: [ '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ] steps: - name: Checkout diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d2d606d..e16874f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](https://semver.org/). ### Added -- Add official support for PHP 8.4 (#675) +- Add support for PHP 8.4 (#675, #701) ### Changed