Skip to content

Commit

Permalink
ci: add Git v2.46.0 to test matrix
Browse files Browse the repository at this point in the history
This is the most recent version of Git that reproduces the "Could not parse reference-transaction-line" issue as discussed in #1388 and hopefully fixed in #1322.
  • Loading branch information
arxanas committed Sep 7, 2024
1 parent 4e14c3c commit 3cd741f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
# Use a tag from https://github.com/git/git/tags
# Make sure to update `git-version` in the `run-tests` step as well.
git-version: ["v2.24.3", "v2.29.2", "v2.33.1", "v2.37.3"]
git-version: ["v2.24.3", "v2.29.2", "v2.33.1", "v2.37.3", "v2.46.0"]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:

strategy:
matrix:
git-version: ["v2.24.3", "v2.29.2", "v2.33.1", "v2.37.3"]
git-version: ["v2.24.3", "v2.29.2", "v2.33.1", "v2.37.3", "v2.46.0"]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3cd741f

Please sign in to comment.