Skip to content

Commit

Permalink
Add support for PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrixx committed Nov 22, 2024
1 parent 4fb8d0d commit 55eb316
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ["8.3"]
php-version: ["8.3", "8.4"]
composer-flags: [""]
name: [""]
include:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Not released yet

* Added support for sound option on TerminalNotifier notifier
* Add support for PHP 8.4
* Drop support for PHP 8.1

## 3.0.0 (2024-10-02)
Expand Down

0 comments on commit 55eb316

Please sign in to comment.