Skip to content

Commit 3c1e324

Browse files
authored
Test against PHP8.4
This makes it possible to find issues that need to be fixed before a PHP8.4 release
1 parent 8b39418 commit 3c1e324

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/integration.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
- php: 8.3
2323
buildphar: true
2424
experimental: false
25+
- php: 8.4
26+
buildphar: false
27+
experimental: true
2528
env:
2629
PHAR: build/phar/captainhook.phar
2730

0 commit comments

Comments
 (0)