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>2023-04-20 22:22:24 +0300
committerJohn Cai <jcai@gitlab.com>2023-05-22 21:17:47 +0300
commit3a52059cb8d557ee740d8b008d2085d733450b47 (patch)
treee7b64ad85bd6ede600ab0f415684b01f41e11215
parent3fb282e70d977a8224636818996cdb6ced7292e1 (diff)
.gitlab-ci.yml: Bump Git version to 2.40
Change our CI to use 2.40 since we are about to bump the minimum git version
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5c5da4506..d2b6ca03a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -173,7 +173,7 @@ build:
matrix:
- GO_VERSION: [ "1.18", "1.19" ]
TEST_BOOT_ARGS: "--bundled-git"
- - GIT_VERSION: "v2.38.0"
+ - GIT_VERSION: "v2.40.0"
build:binaries:
needs: []
@@ -210,7 +210,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.38.0"
+ GIT_VERSION: "v2.40.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