Skip to content

Commit

Permalink
Merge pull request #18 from PHPOffice/php84
Browse files Browse the repository at this point in the history
Added support for PHP 8.4
  • Loading branch information
Progi1984 authored Aug 12, 2024
2 parents 8c98178 + f87e5fd commit c3ecbf3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- '8.1'
- '8.2'
- '8.3'
- '8.4'
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -75,6 +76,7 @@ jobs:
- '8.1'
- '8.2'
- '8.3'
- '8.4'
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
4 changes: 2 additions & 2 deletions docs/changes/0.3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

## Enhancements

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

## Bug fixes

- 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)

## Miscellaneous

Expand Down

0 comments on commit c3ecbf3

Please sign in to comment.