We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa3b7e commit aa13eacCopy full SHA for aa13eac
1 file changed
.github/workflows/linux.yml
@@ -19,10 +19,11 @@ jobs:
19
# Use a tag from https://github.com/git/git/tags
20
# Make sure to update `git-version` in the `run-tests` step as well.
21
git-version: [
22
- "v2.24.3", # Apr 2020
23
- "v2.29.2", # Oct 2020
24
- "v2.33.1", # Oct 2021
25
"v2.37.3", # Aug 2022
+ "v2.42.0", # Aug 2023
+ "v2.46.2", # Sep 2024
+ "v2.51.2", # Oct 2025
26
+ "v2.54.0", # Apr 2026
27
]
28
29
steps:
@@ -64,10 +65,11 @@ jobs:
64
65
strategy:
66
matrix:
67
68
69
70
71
72
73
74
75
0 commit comments