File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 88 - TESTOPTS="-v"
99 - TINYTDS_UNIT_HOST=localhost
1010rvm :
11- - 2.3.8
1211 - 2.4.5
1312 - 2.5.3
1413 - 2.6.1
Original file line number Diff line number Diff line change @@ -43,8 +43,6 @@ environment:
4343 TINYTDS_UNIT_AZURE_PASS :
4444 secure : fYKSKV4v+36OFQp2nZdX4DfUpgmy5cm0wuR73cgdmEk=
4545 matrix :
46- - ruby_version : " 23-x64"
47- - ruby_version : " 23"
4846 - ruby_version : " 24-x64"
4947 - ruby_version : " 24"
5048 - ruby_version : " 25-x64"
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.5 .0:2.4 .0:2.3.0:2.2.2:2.1.6:2.0 .0 CFLAGS="-Wall" MAKE="make -j`nproc`"'
11+ build << 'rake cross native gem RUBY_CC_VERSION=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