Skip to content

Commit 3206143

Browse files
committed
add ruby 3.1 to testing
1 parent 2445829 commit 3206143

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
- 2.6
4848
- 2.7
4949
- 3.0
50+
- 3.1
5051
- jruby
5152
fail-fast: true
5253

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
[![Test](https://github.com/libvips/ruby-vips/workflows/Test/badge.svg)](https://github.com/libvips/ruby-vips/actions?query=workflow%3ATest)
55

66
This gem is a Ruby binding for the [libvips image processing
7-
library](https://libvips.github.io/libvips). It has been tested on Linux,
8-
macOS and Windows, and with ruby 2, ruby 3 and jruby. It uses [ruby-ffi](https://github.com/ffi/ffi) to call
9-
functions in the libvips library.
7+
library](https://libvips.github.io/libvips). It has been tested on
8+
Linux, macOS and Windows, and with ruby 2, ruby 3 and jruby. It uses
9+
[ruby-ffi](https://github.com/ffi/ffi) to call functions in the libvips
10+
library.
1011

1112
libvips is a [demand-driven, horizontally
1213
threaded](https://github.com/libvips/libvips/wiki/Why-is-libvips-quick)
@@ -39,7 +40,7 @@ gem install ruby-vips
3940

4041
Or include `gem "ruby-vips"` in your gemfile.
4142

42-
Tested with the ruby and msys from choco.
43+
Tested with the ruby and msys from choco, but others may work.
4344

4445
## Example
4546

@@ -106,4 +107,3 @@ rmagick.rb 788768
106107

107108
See also [benchmarks at the official libvips
108109
website](https://github.com/libvips/libvips/wiki/Speed-and-memory-use).
109-

0 commit comments

Comments
 (0)