Skip to content

Releases: SyliusLabs/BuildTestAppAction

v4.3.0

11 Mar 10:53
fbdfc15

Choose a tag to compare

What's Changed

  • Add database_setup input for schema-based DB preparation by @Rafikooo in #25

Full Changelog: v4.2.0...v4.3.0

v4.2.0

13 Feb 11:37
v4.2.0
0d15192

Choose a tag to compare

What's Changed

  • Add possibility to disable loading Sylius fixtures by @GSadee in #24

Full Changelog: v4...v4.2.0

v4.1.1

13 Feb 09:10
b5a7487

Choose a tag to compare

What's Changed

Full Changelog: v4.1.0...v4.1.1

v4.1.0

13 Feb 08:37
8162458

Choose a tag to compare

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

  • Replace third-party database actions with direct docker run by @Rafikooo in #22

Full Changelog: v4.0.0...v4.1.0

v4.0.0

27 Jan 14:37
ac434c3

Choose a tag to compare

What's Changed

  • Prepare v4.0: unified database setup and cleanup by @Rafikooo in #19
  • Fix PostgreSQL connection in Docker setup by @Rafikooo in #20
  • Wait for PostgreSQL container to be ready by @Rafikooo in #21

Full Changelog: v3.2.0...v4.0.0

v3.2.0

04 Dec 07:47
40094da

Choose a tag to compare

What's Changed

  • Auto-configure paths for plugin build type by @Rafikooo in #18

Full Changelog: v3.1.0...v3.2.0

v3.1.0

23 Nov 22:13
34187c9

Choose a tag to compare

What's Changed

  • Add composer_minimum_stability parameter by @Rafikooo in #15
  • Add composer_prefer_stable parameter by @Rafikooo in #16
  • Add support for 'postgres' database alias by @Rafikooo in #17

Full Changelog: v3.0.1...v3.1.0

v3.0.1

20 Oct 11:28
47a8367

Choose a tag to compare

What's Changed

Full Changelog: v3.0...v3.0.1

v3.0

16 Oct 13:07
20346d8

Choose a tag to compare

What's Changed

Full Changelog: v2.6...v3.0

v2.6

16 Oct 12:53
f984c98

Choose a tag to compare

What's Changed

  • Parametrize composer install with --ignore-platform-reqs by @Rafikooo in #10

Full Changelog: v2.5...v2.6