Skip to content

Commit

Permalink
Merge pull request #29 from SpringMT/update-zstd-for-v1.4.9
Browse files Browse the repository at this point in the history
feat: Update zstd to v1.4.9
  • Loading branch information
SpringMT authored Mar 10, 2021
2 parents 428bbae + d92dff0 commit e9d6cac
Show file tree
Hide file tree
Showing 93 changed files with 5,942 additions and 2,734 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.6', '2.7', '3.0']
ruby-version: ['2.5', '2.6', '2.7', '3.0']

steps:
- uses: actions/checkout@v2
Expand All @@ -29,5 +29,7 @@ jobs:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Install dependencies
run: bundle install
- name: Compile
run: bundle exec rake compile
- name: Run tests
run: bundle exec rspec
14 changes: 0 additions & 14 deletions .travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Gem Version](https://badge.fury.io/rb/zstd-ruby.svg)](https://badge.fury.io/rb/zstd-ruby)
[![Build Status](https://travis-ci.org/SpringMT/zstd-ruby.svg?branch=master)](https://travis-ci.org/SpringMT/zstd-ruby)
![Build Status](https://github.com/SpringMT/zstd-ruby/actions/workflows/ruby.yml/badge.svg?branch=master)

# zstd-ruby

Expand All @@ -10,7 +10,7 @@ See https://github.com/facebook/zstd
Fork from https://github.com/jarredholman/ruby-zstd.

## Zstd version
v1.4.5 (https://github.com/facebook/zstd/tree/v1.4.5)
v1.4.9 (https://github.com/facebook/zstd/tree/v1.4.9)

## Installation

Expand Down
Loading

0 comments on commit e9d6cac

Please sign in to comment.