Skip to content

Commit 03ecef6

Browse files
committed
Remove old Ruby version from CI config & cross build rake task
- also, be sure to cross compile for 2.6
1 parent f2fceb2 commit 03ecef6

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ env:
88
- TESTOPTS="-v"
99
- TINYTDS_UNIT_HOST=localhost
1010
rvm:
11-
- 2.3.8
1211
- 2.4.5
1312
- 2.5.3
1413
- 2.6.1

appveyor.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

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.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(' && ')
1414
end

0 commit comments

Comments
 (0)