File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1111 - 2.4.5
1212 - 2.5.3
1313 - 2.6.1
14+ - 2.7.0
1415before_install :
1516 - docker info
1617 - sudo ./test/bin/install-openssl.sh
Original file line number Diff line number Diff 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"
5254on_failure :
5355 - find -name compile.log | xargs cat
Original file line number Diff line number Diff 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 ( ' && ' )
1414end
You can’t perform that action at this time.
0 commit comments