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.
1 parent 6343bbe commit 71d2060Copy full SHA for 71d2060
.github/workflows/ci.yaml
@@ -17,6 +17,7 @@ jobs:
17
- "8.1"
18
- "8.2"
19
- "8.3"
20
+ - "8.4"
21
steps:
22
- name: "Checkout"
23
uses: "actions/checkout@v3"
CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [0.19.0] - 2024-11-24
10
+### Added
11
+- Support PHP 8.4
12
+
13
## [0.18.0] - 2023-12-19
14
### Added
15
- Support PHP 8.3
0 commit comments