Releases: SyliusLabs/BuildTestAppAction
Releases · SyliusLabs/BuildTestAppAction
v4.3.0
v4.2.0
v4.1.1
v4.1.0
Replace third-party database actions with direct docker run commands.
GitHub Actions runners upgraded to Docker Engine 29 (Feb 2026) which requires minimum API version 1.44. The third-party actions (mirromutth/mysql-action, getong/mariadb-action, harmon758/postgresql-action) shipped an embedded Docker CLI with API v1.40 and stopped working.
All database containers are now started with docker run using the runner's own Docker CLI, with a unified health check (up to 120s).
Fully backwards compatible - no changes to inputs or outputs.
What's Changed
Full Changelog: v4.0.0...v4.1.0