Skip to content

Commit

Permalink
fix CI and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach committed Nov 12, 2024
1 parent 889a593 commit 2d4c682
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
os: [ubuntu-latest]
crystal:
- latest
- nightly
- 1.0.0
runs-on: ${{ matrix.os }}
container: crystallang/crystal:${{ matrix.crystal }}-alpine

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ This library provides binding for libssh2 library.

# Requirements

- Crystal language version 0.7.0 and higher.
- libssh2 version 1.5.0 or higher

You can use `homebrew` to install the latest libssh2:
Expand Down
3 changes: 1 addition & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: ssh2
version: 1.5.3
crystal: ">= 0.36.1"
version: 1.6.0

development_dependencies:
ameba:
Expand Down

0 comments on commit 2d4c682

Please sign in to comment.