v0.4.0
What's Changed
- Remove redundant test annotations and add PHPUnit coverage support by @k-kinzal in #81
- Improve documentation for startup checks, logging, and SSH port forwarding by @k-kinzal in #82
- Add Claude Code GitHub Workflow by @k-kinzal in #83
- fix: prevent infinite recursion in GenericContainer start() method by @k-kinzal in #86
- fix: implement liveness check in WaitStrategies and refactor tests by @k-kinzal in #88
- fix: remove Qodo entries from .gitignore by @k-kinzal in #89
- fixes format by @k-kinzal in #90
- support php 8.4 by @k-kinzal in #91
- support php 8.5 by @k-kinzal in #92
- feat: add reuse mode functionality for containers by @k-kinzal in #93
Full Changelog: v0.3.1...v0.4.0