Prepare v4.0: unified database setup and cleanup#19
Merged
GSadee merged 1 commit intoSyliusLabs:mainfrom Jan 27, 2026
Merged
Conversation
6875e92 to
8b6d037
Compare
8b6d037 to
e53147d
Compare
44daab7 to
17e6561
Compare
This was referenced Jan 16, 2026
17e6561 to
a9b430a
Compare
NoResponseMate
approved these changes
Jan 20, 2026
Breaking changes: - Unified database input format: `mysql:8.4` instead of separate `database` + `database_version` - Unified credentials (`sylius:sylius@sylius`) across MySQL, MariaDB, and PostgreSQL - Removed deprecated `postgresql` alias (use `postgres`) - Action now sets `DATABASE_URL` automatically - no need to define it in workflows Other improvements: - Added validation for database input format - Fixed `required: true` on inputs that have defaults - Merged duplicate PHP setup steps into one - Pinned `browser-actions/setup-chrome` to v2 - Updated `node_version` default to 22.x
a9b430a to
71e4891
Compare
GSadee
approved these changes
Jan 27, 2026
TheMilek
added a commit
to Sylius/Sylius
that referenced
this pull request
Jan 28, 2026
Testing new BuildTestAppAction from `feature/auto-database-url` branch which introduces: - Unified database format: `mysql:8.4` instead of separate `database` + `database_version` - Automatic `DATABASE_URL` setting (no need to define in workflows) - Unified credentials (`sylius:sylius@sylius`) across all databases Changes in this PR: - Update ci_e2e-mysql.yaml, ci_e2e-pgsql.yaml, ci_e2e-mariadb.yaml - Remove `DATABASE_URL` from env sections - Use new `database: "type:version"` format Related: SyliusLabs/BuildTestAppAction#19 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * CI workflows updated to use automated database configuration for MariaDB, MySQL, and PostgreSQL. * Removed hard-coded database connection environment entries so jobs rely on generated configuration. * Standardized database selection input across matrix jobs and updated build steps to a newer build-action for more consistent test runs. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Rafikooo
added a commit
to Sylius/PluginSkeleton
that referenced
this pull request
Feb 5, 2026
## Summary - Replace Panther with Chrome session for Behat (simpler, no port conflicts) - Use new `SyliusLabs/BuildTestAppAction@v4` for CI workflow - Change `BEHAT_BASE_URL` from nginx to standard `http://127.0.0.1:8080/` - Make `base_url` configurable via env var - Test all LTS databases: MySQL 8.0/8.4, MariaDB 10.11/11.4, PostgreSQL 15/16/17 Related: SyliusLabs/BuildTestAppAction#19
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Breaking changes for v4.0 release:
sylius:sylius) across MySQL, MariaDB, and PostgreSQLdatabase_versioninput (usedatabase: "mysql:8.4"format)postgresqlalias (onlypostgressupported now)DATABASE_URLautomatically - no need to define it in workflowsOther improvements:
fsync=off,synchronous_commit=off, etc.) for faster test runsrequired: trueon inputs that have defaultsbrowser-actions/setup-chrometo v2node_versiondefault to 22.xUsage example after v4.0
No
DATABASE_URLinenv:needed - the action handles it.