Skip to content

Commit aa13eac

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

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

.github/workflows/linux.yml

Lines changed: 8 additions & 6 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:
@@ -64,10 +65,11 @@ jobs:
6465
strategy:
6566
matrix:
6667
git-version: [
67-
"v2.24.3", # Apr 2020
68-
"v2.29.2", # Oct 2020
69-
"v2.33.1", # Oct 2021
7068
"v2.37.3", # Aug 2022
69+
"v2.42.0", # Aug 2023
70+
"v2.46.2", # Sep 2024
71+
"v2.51.2", # Oct 2025
72+
"v2.54.0", # Apr 2026
7173
]
7274

7375
steps:

0 commit comments

Comments
 (0)