Bump minimum required git version to 2.22

Versions older than 2.22 have issues with "git cherry-pick --continue" and
"git cherry-pick --skip" that are difficult to work around.
This commit is contained in:
Stefan Haller 2025-03-31 15:52:45 +02:00
parent 9469037cdd
commit ad813503fb
3 changed files with 3 additions and 4 deletions

View file

@ -49,8 +49,7 @@ jobs:
fail-fast: false
matrix:
git-version:
- 2.20.0 # oldest supported version
- 2.22.5
- 2.22.0 # oldest supported version
- 2.23.0
- 2.25.1
- 2.30.8