Skip to content

Commit dfc89b3

Browse files
Merge pull request #283 from captainhook-git/feature/php-8.5
Add php 8.5 build
2 parents af25394 + 0b2a833 commit dfc89b3

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/integration.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,12 @@ jobs:
2828
experimental: false
2929
- php: 8.4
3030
buildphar: true
31-
runtests: false
31+
runtests: true
3232
experimental: false
33+
- php: 8.5
34+
buildphar: false
35+
runtests: true
36+
experimental: true
3337
env:
3438
PHAR: build/phar/captainhook.phar
3539

0 commit comments

Comments
 (0)