Skip to content

Commit b0f7a7e

Browse files
ci: update git version matrix
Targetting approximately annual releases from within the past 5 years.
1 parent 026afff commit b0f7a7e

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/linux.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ jobs:
1919
# Use a tag from https://github.com/git/git/tags
2020
# Make sure to update `git-version` in the `run-tests` step as well.
2121
git-version: [
22-
"v2.24.3", # Apr 2020
23-
"v2.29.2", # Oct 2020
24-
"v2.33.1", # Oct 2021
2522
"v2.37.3", # Aug 2022
23+
"v2.42.0", # Aug 2023
24+
"v2.46.2", # Sep 2024
25+
"v2.51.2", # Oct 2025
26+
"v2.54.0", # Apr 2026
2627
]
2728

2829
steps:

0 commit comments

Comments
 (0)