diff --git a/.gitlab/ci/database.gitlab-ci.yml b/.gitlab/ci/database.gitlab-ci.yml index 37befd78bb504745edc236a4d755c6ec75089a2b..082d44633f8239df46c2aaa0095f6fb588d29af7 100644 --- a/.gitlab/ci/database.gitlab-ci.yml +++ b/.gitlab/ci/database.gitlab-ci.yml @@ -72,7 +72,7 @@ db:check-schema-single-db: db:check-migrations: extends: - .db-job-base - - .use-pg13 # Should match the db same version used by GDK + - .use-pg14 # Should match the db same version used by GDK - .rails:rules:ee-and-foss-mr-with-migration script: - git fetch origin $CI_MERGE_REQUEST_TARGET_BRANCH_NAME:$CI_MERGE_REQUEST_TARGET_BRANCH_NAME --depth 20