Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Cai <jcai@gitlab.com>2022-10-13 22:47:56 +0300
committerJohn Cai <jcai@gitlab.com>2022-10-13 22:47:56 +0300
commit58bbcbe90498233c5089719313745225f2bf78b9 (patch)
treec9168266d366fb82a557ca6e91776681b45b581c
parentdafb81a1f999a764b113302987429d5f2b42d14a (diff)
Set minimum supported version of git to 2.36jc-cat-file-use-batch-command
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 078861eb9..e2846d892 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -148,7 +148,7 @@ build:
matrix:
- GO_VERSION: [ "1.17", "1.18" ]
TEST_BOOT_ARGS: "--bundled-git"
- - GIT_VERSION: "v2.33.0"
+ - GIT_VERSION: "v2.36.0"
build:binaries:
needs: []
@@ -185,7 +185,7 @@ test:
# We also verify that things work as expected with a non-bundled Git
# version matching our minimum required Git version.
- TEST_TARGET: test
- GIT_VERSION: "v2.33.0"
+ GIT_VERSION: "v2.36.0"
# Execute tests with our minimum required Postgres version, as well. If
# the minimum version changes, please change this to the new minimum
# version. Furthermore, please make sure to update the minimum required