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 8
8
- TESTOPTS="-v"
9
9
- TINYTDS_UNIT_HOST=localhost
10
10
rvm :
11
- - 2.3.8
12
11
- 2.4.5
13
12
- 2.5.3
14
13
- 2.6.1
Original file line number Diff line number Diff line change @@ -43,8 +43,6 @@ environment:
43
43
TINYTDS_UNIT_AZURE_PASS :
44
44
secure : fYKSKV4v+36OFQp2nZdX4DfUpgmy5cm0wuR73cgdmEk=
45
45
matrix :
46
- - ruby_version : " 23-x64"
47
- - ruby_version : " 23"
48
46
- ruby_version : " 24-x64"
49
47
- ruby_version : " 24"
50
48
- ruby_version : " 25-x64"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ task 'gem:windows' => ['ports:cross'] do
8
8
build = [ 'bundle' ]
9
9
10
10
# 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`"'
12
12
13
13
RakeCompilerDock . sh build . join ( ' && ' )
14
14
end
You can’t perform that action at this time.
0 commit comments