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 8c98178 + f87e5fd commit c3ecbf3Copy full SHA for c3ecbf3
.github/workflows/php.yml
@@ -45,6 +45,7 @@ jobs:
45
- '8.1'
46
- '8.2'
47
- '8.3'
48
+ - '8.4'
49
steps:
50
- name: Setup PHP
51
uses: shivammathur/setup-php@v2
@@ -75,6 +76,7 @@ jobs:
75
76
77
78
79
80
81
82
docs/changes/0.3.0.md
@@ -2,11 +2,11 @@
2
3
## Enhancements
4
5
-- N/A
+- Added support for PHP 8.4 by [@Progi1984](https://github/Progi1984) in [#18](https://github.com/PHPOffice/Math/pull/18)
6
7
## Bug fixes
8
9
-- Documentation : Added Release 0.3.0
+- Documentation : Added Release 0.3.0 by [@Progi1984](https://github/Progi1984) in [#17](https://github.com/PHPOffice/Math/pull/17)
10
11
## Miscellaneous
12
0 commit comments