Skip to content

Commit 3f3e283

Browse files
Added PHP8.4 to CI workflow
Signed-off-by: Tom Wright <tom@inflatablecookie.com>
1 parent 746e2a6 commit 3f3e283

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/integrate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
- "8.1"
6464
- "8.2"
6565
- "8.3"
66+
- "8.4"
6667
steps:
6768
- name: "Set up PHP"
6869
uses: "shivammathur/setup-php@v2"

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
* Added PHP8.4 to CI workflow
2+
13
## v0.3.5 (2025-02-07)
24
* Fixed implicit nullable arguments
35
* Added @phpstan-require-implements constraints

0 commit comments

Comments
 (0)