Skip to content

Commit c17c4c7

Browse files
authored
Merge pull request #2453 from PHPOffice/phpNext
Added support for PHP 8.2 & 8.3
2 parents 703491d + d59e1d9 commit c17c4c7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
- "7.4"
1515
- "8.0"
1616
- "8.1"
17+
- "8.2"
18+
- "8.3"
1719

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

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
2727
- Added PHPStan by @PowerKiKi in #2405
2828
- Bump symfony/process from 4.4.44 to 5.4.26 by @dependabot in #2431
2929
- Bump phpunit/phpunit from 9.6.8 to 9.6.10 by @dependabot in #2430
30-
- Added Changelog by @Progi1984 in #2452
30+
- Added Coveralls.io by @Progi1984 in #2452
31+
- Added support for PHP 8.2 & PHP 8.3 by @Progi1984 in #2453
3132

3233
## [1.1.0](https://github.com/PHPOffice/PHPWord/tree/1.1.0) (2023-05-30)
3334

0 commit comments

Comments
 (0)