From 6a5bc75dc5af67fe303f5fe9640a723c2a467ed8 Mon Sep 17 00:00:00 2001 From: Progi1984 Date: Tue, 27 Aug 2024 08:36:47 +0200 Subject: [PATCH] Added support for PHP 8.4 --- .github/workflows/php.yml | 1 + docs/changes/1.x/1.3.0.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index ed772171e7..2fceb7d8a3 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -18,6 +18,7 @@ jobs: - "8.1" - "8.2" - "8.3" + - "8.4" name: PHP ${{ matrix.php-version }} diff --git a/docs/changes/1.x/1.3.0.md b/docs/changes/1.x/1.3.0.md index 7b07ed2406..8b6bed38b0 100644 --- a/docs/changes/1.x/1.3.0.md +++ b/docs/changes/1.x/1.3.0.md @@ -10,6 +10,7 @@ - Word2007 Writer: Support for field REF by [@crystoline](https://github.com/crystoline) in [#2652](https://github.com/PHPOffice/PHPWord/pull/2652) - Word2007 Reader : Support for FormFields by [@vincentKool](https://github.com/vincentKool) in [#2653](https://github.com/PHPOffice/PHPWord/pull/2653) - RTF Writer : Support for Table Border Style fixing [#345](https://github.com/PHPOffice/PHPWord/issues/345) by [@Progi1984](https://github.com/Progi1984) in [#2656](https://github.com/PHPOffice/PHPWord/pull/2656) +- Added support for PHP 8.4 by [@Progi1984](https://github.com/Progi1984) in [#2660](https://github.com/PHPOffice/PHPWord/pull/2660) ### Bug fixes