We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 703491d + d59e1d9 commit c17c4c7Copy full SHA for c17c4c7
.github/workflows/ci.yml
@@ -14,6 +14,8 @@ jobs:
14
- "7.4"
15
- "8.0"
16
- "8.1"
17
+ - "8.2"
18
+ - "8.3"
19
20
name: PHP ${{ matrix.php-version }}
21
CHANGELOG.md
@@ -27,7 +27,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
27
- Added PHPStan by @PowerKiKi in #2405
28
- Bump symfony/process from 4.4.44 to 5.4.26 by @dependabot in #2431
29
- Bump phpunit/phpunit from 9.6.8 to 9.6.10 by @dependabot in #2430
30
-- Added Changelog by @Progi1984 in #2452
+- Added Coveralls.io by @Progi1984 in #2452
31
+- Added support for PHP 8.2 & PHP 8.3 by @Progi1984 in #2453
32
33
## [1.1.0](https://github.com/PHPOffice/PHPWord/tree/1.1.0) (2023-05-30)
34
0 commit comments