Skip to content

Commit 12506da

Browse files
temp: wip
1 parent 067dbc7 commit 12506da

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/linux.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
git-version: [
2222
"v2.37.3", # Aug 2022
2323
"v2.42.0", # Aug 2023
24+
"v2.43.0",
25+
"v2.44.0",
26+
"v2.45.0",
2427
"v2.46.2", # Sep 2024
2528
# "v2.51.2", # Oct 2025
2629
# "v2.54.0", # Apr 2026
@@ -61,12 +64,16 @@ jobs:
6164
run-tests:
6265
runs-on: ubuntu-latest
6366
needs: build-git
67+
continue-on-error: true # see if we can get results from all git versions
6468

6569
strategy:
6670
matrix:
6771
git-version: [
6872
"v2.37.3", # Aug 2022
6973
"v2.42.0", # Aug 2023
74+
"v2.43.0",
75+
"v2.44.0",
76+
"v2.45.0",
7077
"v2.46.2", # Sep 2024
7178
# "v2.51.2", # Oct 2025
7279
# "v2.54.0", # Apr 2026

0 commit comments

Comments
 (0)