Skip to content

Commit 027c86c

Browse files
committed
try to specify server version
1 parent 55ac425 commit 027c86c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/ci/files/config/packages/test/config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ doctrine:
2525
mapping_types:
2626
enum: string
2727
bit: boolean
28+
server_version: '10.11.4-MariaDB-1:10.11.4+maria~ubu2204'
2829

2930
parameters:
3031
pimcore_test.db.dsn: '%env(PIMCORE_TEST_DB_DSN)%'

.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?serverVersion=mariadb-10.11.10"
21+
PIMCORE_TEST_DB_DSN: "mysql://[email protected]:33006/pimcore_test?serverVersion=mariadb-10.11.4"
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?serverVersion=mariadb-10.11.10"
21+
PIMCORE_TEST_DB_DSN: "mysql://[email protected]:33006/pimcore_test?serverVersion=mariadb-10.11.4"
2222
PIMCORE_OPEN_SEARCH_HOST: "localhost:39200"
2323
CODECEPTION_BUNDLE_PATH: "bundles/pimcore/generic-data-index-bundle/"
2424

0 commit comments

Comments
 (0)