diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 52fc2a425f..46c539dcc3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,8 @@ jobs: - "7.4" - "8.0" - "8.1" + - "8.2" + - "8.3" name: PHP ${{ matrix.php-version }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 027da5b0ff..f93b7ac0f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,7 +27,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Added PHPStan by @PowerKiKi in #2405 - Bump symfony/process from 4.4.44 to 5.4.26 by @dependabot in #2431 - Bump phpunit/phpunit from 9.6.8 to 9.6.10 by @dependabot in #2430 -- Added Changelog by @Progi1984 in #2452 +- Added Coveralls.io by @Progi1984 in #2452 +- Added support for PHP 8.2 & PHP 8.3 by @Progi1984 in #2453 ## [1.1.0](https://github.com/PHPOffice/PHPWord/tree/1.1.0) (2023-05-30)