Skip to content

Commit f4ed490

Browse files
committed
try to specify server version
1 parent 7b70688 commit f4ed490

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/elastic-search-codeception.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
PIMCORE_PROJECT_ROOT: ${{ github.workspace }}
1919
APP_ENV: test
2020
PIMCORE_TEST: 1
21-
PIMCORE_TEST_DB_DSN: "mysql://[email protected]:33006/pimcore_test"
21+
PIMCORE_TEST_DB_DSN: "mysql://[email protected]:33006/pimcore_test?serverVersion=mariadb-10.11"
2222
PIMCORE_ELASTIC_SEARCH_HOST: "localhost:5300"
2323
CODECEPTION_BUNDLE_PATH: "bundles/pimcore/generic-data-index-bundle/"
2424

.github/workflows/open-search-codeception.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
PIMCORE_PROJECT_ROOT: ${{ github.workspace }}
1919
APP_ENV: test
2020
PIMCORE_TEST: 1
21-
PIMCORE_TEST_DB_DSN: "mysql://[email protected]:33006/pimcore_test"
21+
PIMCORE_TEST_DB_DSN: "mysql://[email protected]:33006/pimcore_test?serverVersion=mariadb-10.11"
2222
PIMCORE_OPEN_SEARCH_HOST: "localhost:39200"
2323
CODECEPTION_BUNDLE_PATH: "bundles/pimcore/generic-data-index-bundle/"
2424

0 commit comments

Comments
 (0)