Skip to content

Commit

Permalink
Merge pull request #2453 from PHPOffice/phpNext
Browse files Browse the repository at this point in the history
Added support for PHP 8.2 & 8.3
  • Loading branch information
Progi1984 committed Aug 30, 2023
2 parents 703491d + d59e1d9 commit c17c4c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
- "7.4"
- "8.0"
- "8.1"
- "8.2"
- "8.3"

name: PHP ${{ matrix.php-version }}

Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit c17c4c7

Please sign in to comment.