Skip to content

Commit f826e71

Browse files
committed
Add Ruby 3.3 to the cross compile list
Add Ruby 3.3 to the cross compile list
1 parent 3515313 commit f826e71

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,7 @@ workflows:
392392
- '3.0'
393393
- '3.1'
394394
- '3.2'
395+
- '3.3'
395396
- test_linux:
396397
matrix: *ruby_versions
397398

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.1.7.Pre
2+
* Add Ruby 3.3 to the cross compile list
3+
14
## 2.1.6
25

36
* Add Ruby 3.0, 3.1, and 3.2 to the cross compile list

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require_relative './ext/tiny_tds/extconsts'
77

88
SPEC = Gem::Specification.load(File.expand_path('../tiny_tds.gemspec', __FILE__))
99

10-
ruby_cc_ucrt_versions = "3.2.0:3.1.0".freeze
10+
ruby_cc_ucrt_versions = "3.3.0:3.2.0:3.1.0".freeze
1111
ruby_cc_mingw32_versions = "3.0.0:2.7.0:2.6.0:2.5.0:2.4.0".freeze
1212

1313
GEM_PLATFORM_HOSTS = {

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.6
1+
2.1.7.Pre

0 commit comments

Comments
 (0)