From f87e5fdcc44ebcc41bbbbc313727c29a507e49ab Mon Sep 17 00:00:00 2001 From: Progi1984 Date: Mon, 12 Aug 2024 10:00:55 +0200 Subject: [PATCH] Added support for PHP 8.4 --- .github/workflows/php.yml | 2 ++ docs/changes/0.3.0.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index df807ba..5390049 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -45,6 +45,7 @@ jobs: - '8.1' - '8.2' - '8.3' + - '8.4' steps: - name: Setup PHP uses: shivammathur/setup-php@v2 @@ -75,6 +76,7 @@ jobs: - '8.1' - '8.2' - '8.3' + - '8.4' steps: - name: Setup PHP uses: shivammathur/setup-php@v2 diff --git a/docs/changes/0.3.0.md b/docs/changes/0.3.0.md index 62155a9..26dbcc0 100644 --- a/docs/changes/0.3.0.md +++ b/docs/changes/0.3.0.md @@ -2,11 +2,11 @@ ## Enhancements -- N/A +- Added support for PHP 8.4 by [@Progi1984](https://github/Progi1984) in [#18](https://github.com/PHPOffice/Math/pull/18) ## Bug fixes -- Documentation : Added Release 0.3.0 +- Documentation : Added Release 0.3.0 by [@Progi1984](https://github/Progi1984) in [#17](https://github.com/PHPOffice/Math/pull/17) ## Miscellaneous