Skip to content

Commit c3ecbf3

Browse files
authored
Merge pull request #18 from PHPOffice/php84
Added support for PHP 8.4
2 parents 8c98178 + f87e5fd commit c3ecbf3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
- '8.1'
4646
- '8.2'
4747
- '8.3'
48+
- '8.4'
4849
steps:
4950
- name: Setup PHP
5051
uses: shivammathur/setup-php@v2
@@ -75,6 +76,7 @@ jobs:
7576
- '8.1'
7677
- '8.2'
7778
- '8.3'
79+
- '8.4'
7880
steps:
7981
- name: Setup PHP
8082
uses: shivammathur/setup-php@v2

docs/changes/0.3.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
## Enhancements
44

5-
- N/A
5+
- Added support for PHP 8.4 by [@Progi1984](https://github/Progi1984) in [#18](https://github.com/PHPOffice/Math/pull/18)
66

77
## Bug fixes
88

9-
- Documentation : Added Release 0.3.0
9+
- Documentation : Added Release 0.3.0 by [@Progi1984](https://github/Progi1984) in [#17](https://github.com/PHPOffice/Math/pull/17)
1010

1111
## Miscellaneous
1212

0 commit comments

Comments
 (0)