Skip to content

Commit

Permalink
feat: ruby 3.3.0-preview3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Nov 24, 2023
1 parent ce495d2 commit 6cc6ec4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
- ubuntu
ruby:
- "head"
- "3.3.0-preview1"
- "3.3.0-preview3"
- "3.2"
- "3.1"
- "3.0"
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
- ubuntu
ruby:
- "head"
- "3.3.0-preview1"
- "3.3.0-preview3"
- "3.2"
- "3.1"
- "3.0"
Expand All @@ -184,7 +184,7 @@ jobs:
ruby: "3.2"
platform: x64-mingw-ucrt
- os: windows
ruby: "3.3.0-preview1"
ruby: "3.3.0-preview3"
platform: x64-mingw-ucrt
- os: windows
ruby: "head"
Expand All @@ -195,7 +195,7 @@ jobs:
- os: windows
ruby: "3.2"
- os: windows
ruby: "3.3.0-preview1"
ruby: "3.3.0-preview3"
- os: windows
ruby: "head"

Expand Down Expand Up @@ -228,7 +228,7 @@ jobs:
- windows
ruby:
- "head"
- "3.3.0-preview1"
- "3.3.0-preview3"
- "3.2"
- "3.1"
- "3.0"
Expand All @@ -246,7 +246,7 @@ jobs:
ruby: "3.2"
platform: x64-mingw-ucrt
- os: windows
ruby: "3.3.0-preview1"
ruby: "3.3.0-preview3"
platform: x64-mingw-ucrt
- os: windows
ruby: "head"
Expand All @@ -257,7 +257,7 @@ jobs:
- os: windows
ruby: "3.2"
- os: windows
ruby: "3.3.0-preview1"
ruby: "3.3.0-preview3"
- os: windows
ruby: "head"

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.mri.erb
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ RUN bash -c " \
axrubies = if platform =~ /x64-mingw-ucrt/
[
# Rubyinstaller-3.1.0+ is platform x64-mingw-ucrt
["3.3.0-preview1:3.2.0:3.1.0", "3.1.3", true],
["3.3.0-preview3:3.2.0:3.1.0", "3.1.3", true],
]
elsif platform =~ /x64-mingw32/
[
Expand All @@ -148,7 +148,7 @@ else
# Build xruby versions prior ruby2_keywords in parallel using ruby-2.5
["2.6.0:2.5.0:2.4.0", "2.5.9", false],
# Build xruby versions with ruby2_keywords in parallel using ruby-3.x
["3.3.0-preview1:3.2.0:3.1.0:3.0.0:2.7.0", "3.1.3", true],
["3.3.0-preview3:3.2.0:3.1.0:3.0.0:2.7.0", "3.1.3", true],
]
end

Expand Down
2 changes: 1 addition & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
next / unreleased
-----------------

* Add Ruby 3.3.0-preview1 cross-compilation support.
* Add Ruby 3.3.0-preview3 cross-compilation support.


1.3.1 / 2023-10-14
Expand Down

0 comments on commit 6cc6ec4

Please sign in to comment.