Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/databases/mariadb.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ variable `CPHP_SERVICE_MARIADB` with the desired MariaDB version as value to you
* ***10.3.2***

E.g. if you need `MariaDB 10.3.2` in your Behat tests, go to the Testing Settings (step 2 of the Pipeline) and add the
environment variable `CPHP_SERVICE_MARIADB = 5.7.20` to the Behat configuration.
environment variable `CPHP_SERVICE_MARIADB = 10.3.2` to the Behat configuration.

### PHP Extensions

Expand Down