Skip to content

Commit 683ae66

Browse files
authored
Merge pull request #826 from libgit2/cmn/bump-libgit2
Bump libgit2 to 6777db8e834
2 parents 051ba31 + 8a5d84b commit 683ae66

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
ruby: [ '2.3.7', '2.4.6', '2.5.5', '2.6.2' ]
15+
ruby: [ '2.3.7', '2.4.6', '2.5.5', '2.6.3' ]
1616
os: [ ubuntu-18.04, macOS-10.14 ]
1717

1818
runs-on: ${{ matrix.os }}
@@ -34,7 +34,7 @@ jobs:
3434
if: runner.os == 'Linux'
3535
uses: actions/setup-ruby@v1
3636
with:
37-
version: ${{ matrix.ruby }}
37+
ruby-version: ${{ matrix.ruby }}
3838
- name: Set up Ruby on macOS
3939
if: runner.os == 'macOS'
4040
run: |

test/commit_test.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,8 @@ def test_extract_signature
283283

284284
def test_create_with_signature
285285
signed_commit = <<-COMMIT
286-
tree 6b79e22d69bf46e289df0345a14ca059dfc9bdf6
287-
parent 34734e478d6cf50c27c9d69026d93974d052c454
286+
tree 4b825dc642cb6eb9a060e54bf8d69288fbee4904
287+
parent 8496071c1b46c854b31185ea97743be6a8774479
288288
author Ben Burkert <[email protected]> 1358451456 -0800
289289
committer Ben Burkert <[email protected]> 1358451456 -0800
290290
gpgsig -----BEGIN PGP SIGNATURE-----
@@ -329,8 +329,8 @@ def test_create_with_signature
329329
SIGNATURE
330330

331331
base_data = <<-SIGNEDDATA
332-
tree 6b79e22d69bf46e289df0345a14ca059dfc9bdf6
333-
parent 34734e478d6cf50c27c9d69026d93974d052c454
332+
tree 4b825dc642cb6eb9a060e54bf8d69288fbee4904
333+
parent 8496071c1b46c854b31185ea97743be6a8774479
334334
author Ben Burkert <[email protected]> 1358451456 -0800
335335
committer Ben Burkert <[email protected]> 1358451456 -0800
336336

test/repo_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def test_match_all_refs
8787
def test_return_all_ref_names
8888
refs = @repo.ref_names
8989
refs.each {|name| assert name.kind_of?(String)}
90-
assert_equal 21, refs.count
90+
assert_equal 22, refs.count
9191
end
9292

9393
def test_return_all_tags

vendor/libgit2

Submodule libgit2 updated 307 files

0 commit comments

Comments
 (0)