Skip to content

Commit eb3eb4c

Browse files
authored
Merge pull request #142 from rake-compiler/flavorjones-bump-ruby-341
Update ruby 3.4.0 to ruby 3.4.1
2 parents 9e0a6ee + 6289eaf commit eb3eb4c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
fail-fast: false
145145
matrix:
146146
os: [ubuntu-latest]
147-
ruby: ["3.4.0-rc1", "3.3", "3.2", "3.1", "3.0", "2.7", "2.6", "2.5", "2.4"]
147+
ruby: ["3.4", "3.3", "3.2", "3.1", "3.0", "2.7", "2.6", "2.5", "2.4"]
148148
runs-on: ${{ matrix.os }}
149149
steps:
150150
- uses: actions/checkout@v4
@@ -169,7 +169,7 @@ jobs:
169169
fail-fast: false
170170
matrix:
171171
platform: [x86_64-linux, x86_64-linux-gnu]
172-
ruby: ["3.4.0-rc1", "3.3", "3.2", "3.1", "3.0", "2.7", "2.6", "2.5", "2.4"]
172+
ruby: ["3.4", "3.3", "3.2", "3.1", "3.0", "2.7", "2.6", "2.5", "2.4"]
173173
include:
174174
# declare rubygems for each ruby version
175175
- { ruby: "3.0", rubygems: "3.5.23" }
@@ -214,7 +214,7 @@ jobs:
214214
- x86_64-linux
215215
- x86_64-linux-gnu
216216
- x86_64-linux-musl
217-
ruby: ["3.4.0-rc1", "3.3", "3.2", "3.1", "3.0", "2.7", "2.6", "2.5", "2.4"]
217+
ruby: ["3.4", "3.3", "3.2", "3.1", "3.0", "2.7", "2.6", "2.5", "2.4"]
218218
include:
219219
# declare rubygems for each ruby version
220220
- { ruby: "3.0", rubygems: "3.5.23" }
@@ -264,7 +264,7 @@ jobs:
264264
fail-fast: false
265265
matrix:
266266
os: [macos-13, macos-14]
267-
ruby: ["3.4.0-rc1", "3.3", "3.2", "3.1", "3.0", "2.7", "2.6", "2.5", "2.4"]
267+
ruby: ["3.4", "3.3", "3.2", "3.1", "3.0", "2.7", "2.6", "2.5", "2.4"]
268268
exclude:
269269
# setup-ruby does not provide ruby 2.4 or 2.5 on arm64-darwin as of 2024-05-01
270270
- os: macos-14

Dockerfile.mri.erb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ RUN sudo mkdir -p /usr/local/rake-compiler && \
111111
xrubies_build_plan = if platform =~ /x64-mingw-ucrt/
112112
[
113113
# Rubyinstaller-3.1.0+ is platform x64-mingw-ucrt
114-
["3.4.0:3.3.5:3.2.0:3.1.0", "3.1.3"],
114+
["3.4.1:3.3.5:3.2.0:3.1.0", "3.1.3"],
115115
]
116116
elsif platform =~ /x64-mingw32/
117117
[
@@ -122,7 +122,7 @@ elsif platform =~ /x64-mingw32/
122122
else
123123
[
124124
["2.6.0:2.5.0:2.4.0", "2.5.9"],
125-
["3.4.0:3.3.5:3.2.0:3.1.0:3.0.0:2.7.0", "3.1.3"],
125+
["3.4.1:3.3.5:3.2.0:3.1.0:3.0.0:2.7.0", "3.1.3"],
126126
]
127127
end
128128

@@ -218,6 +218,6 @@ COPY build/sudoers /etc/sudoers.d/rake-compiler-dock
218218

219219
RUN bash -c "rbenv global 3.1.3"
220220

221-
ENV RUBY_CC_VERSION=3.4.0:3.3.5:3.2.0:3.1.0:3.0.0:2.7.0:2.6.0:2.5.0:2.4.0
221+
ENV RUBY_CC_VERSION=3.4.1:3.3.5:3.2.0:3.1.0:3.0.0:2.7.0:2.6.0:2.5.0:2.4.0
222222

223223
CMD bash

0 commit comments

Comments
 (0)