Skip to content

Commit

Permalink
try to specify server version
Browse files Browse the repository at this point in the history
  • Loading branch information
lukmzig committed Jan 17, 2025
1 parent 7b70688 commit f4ed490
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/elastic-search-codeception.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
PIMCORE_PROJECT_ROOT: ${{ github.workspace }}
APP_ENV: test
PIMCORE_TEST: 1
PIMCORE_TEST_DB_DSN: "mysql://[email protected]:33006/pimcore_test"
PIMCORE_TEST_DB_DSN: "mysql://[email protected]:33006/pimcore_test?serverVersion=mariadb-10.11"
PIMCORE_ELASTIC_SEARCH_HOST: "localhost:5300"
CODECEPTION_BUNDLE_PATH: "bundles/pimcore/generic-data-index-bundle/"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/open-search-codeception.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
PIMCORE_PROJECT_ROOT: ${{ github.workspace }}
APP_ENV: test
PIMCORE_TEST: 1
PIMCORE_TEST_DB_DSN: "mysql://[email protected]:33006/pimcore_test"
PIMCORE_TEST_DB_DSN: "mysql://[email protected]:33006/pimcore_test?serverVersion=mariadb-10.11"
PIMCORE_OPEN_SEARCH_HOST: "localhost:39200"
CODECEPTION_BUNDLE_PATH: "bundles/pimcore/generic-data-index-bundle/"

Expand Down

0 comments on commit f4ed490

Please sign in to comment.