Skip to content

Commit

Permalink
Support PHP 8.4 for 0.x version (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
markuspoerschke authored Nov 24, 2024
1 parent 6343bbe commit 71d2060
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
- "8.4"
steps:
- name: "Checkout"
uses: "actions/checkout@v3"
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.19.0] - 2024-11-24
### Added
- Support PHP 8.4

## [0.18.0] - 2023-12-19
### Added
- Support PHP 8.3
Expand Down

0 comments on commit 71d2060

Please sign in to comment.