Skip to content

Commit f3ca418

Browse files
committed
Add Ruby 2.7 to CI config & cross build list
1 parent 03ecef6 commit f3ca418

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ rvm:
1111
- 2.4.5
1212
- 2.5.3
1313
- 2.6.1
14+
- 2.7.0
1415
before_install:
1516
- docker info
1617
- sudo ./test/bin/install-openssl.sh

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,7 @@ environment:
4949
- ruby_version: "25"
5050
- ruby_version: "26-x64"
5151
- ruby_version: "26"
52+
- ruby_version: "27-x64"
53+
- ruby_version: "27"
5254
on_failure:
5355
- find -name compile.log | xargs cat

tasks/native_gem.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ task 'gem:windows' => ['ports:cross'] do
88
build = ['bundle']
99

1010
# and finally build the native gem
11-
build << 'rake cross native gem RUBY_CC_VERSION=2.6.0:2.5.0:2.4.0 CFLAGS="-Wall" MAKE="make -j`nproc`"'
11+
build << 'rake cross native gem RUBY_CC_VERSION=2.7.0:2.6.0:2.5.0:2.4.0 CFLAGS="-Wall" MAKE="make -j`nproc`"'
1212

1313
RakeCompilerDock.sh build.join(' && ')
1414
end

0 commit comments

Comments
 (0)