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 067dbc7 commit 12506daCopy full SHA for 12506da
1 file changed
.github/workflows/linux.yml
@@ -21,6 +21,9 @@ jobs:
21
git-version: [
22
"v2.37.3", # Aug 2022
23
"v2.42.0", # Aug 2023
24
+ "v2.43.0",
25
+ "v2.44.0",
26
+ "v2.45.0",
27
"v2.46.2", # Sep 2024
28
# "v2.51.2", # Oct 2025
29
# "v2.54.0", # Apr 2026
@@ -61,12 +64,16 @@ jobs:
61
64
run-tests:
62
65
runs-on: ubuntu-latest
63
66
needs: build-git
67
+ continue-on-error: true # see if we can get results from all git versions
68
69
strategy:
70
matrix:
71
72
73
74
75
76
77
78
79
0 commit comments