From 2d4c682c42559cea1d158fc0810ebc51820ded2f Mon Sep 17 00:00:00 2001 From: Stephen von Takach Date: Tue, 12 Nov 2024 14:49:07 +1100 Subject: [PATCH] fix CI and bump version --- .github/workflows/ci.yml | 2 -- README.md | 1 - shard.yml | 3 +-- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db18d77..08ed3c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,8 +13,6 @@ jobs: os: [ubuntu-latest] crystal: - latest - - nightly - - 1.0.0 runs-on: ${{ matrix.os }} container: crystallang/crystal:${{ matrix.crystal }}-alpine diff --git a/README.md b/README.md index d40d25c..17da06c 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/shard.yml b/shard.yml index f3f0f8f..33490e5 100644 --- a/shard.yml +++ b/shard.yml @@ -1,6 +1,5 @@ name: ssh2 -version: 1.5.3 -crystal: ">= 0.36.1" +version: 1.6.0 development_dependencies: ameba: