Skip to content

Commit 3f9ff84

Browse files
committed
Update to ruby-3.3.8
1 parent 9de89c5 commit 3f9ff84

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ jobs:
3030
build_ruby: "3.0.7/x64"
3131
run_mri_spec: v3_4_2
3232

33-
- target_ruby: "3.3.7"
33+
- target_ruby: "3.3.8"
3434
arch: "x86-msvcrt"
3535
build_ruby: "3.0.7/x64"
36-
run_mri_spec: v3_3_6
36+
run_mri_spec: v3_3_8
3737

38-
- target_ruby: "3.3.7"
38+
- target_ruby: "3.3.8"
3939
arch: "x64-ucrt"
4040
build_ruby: "3.0.7/x64"
41-
run_mri_spec: v3_3_6
41+
run_mri_spec: v3_3_8
4242

4343
- target_ruby: "3.2.8"
4444
arch: "x86-msvcrt"

packages/ri-msys/Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ end
5959
ovl_glob('recipes/*/task.rake').each{|f| load(ovl_expand_file(f)) }
6060

6161
ruby_arch_packages = %w[x64-ucrt x86-msvcrt].map do |arch|
62-
%w[3.1.7-1 3.2.8-1 3.3.7-1 3.4.2-1 head].map do |packagever|
62+
%w[3.1.7-1 3.2.8-1 3.3.8-1 3.4.2-1 head].map do |packagever|
6363
RubyPackage.new( packagever: packagever, arch: arch, rootdir: __dir__ ).freeze
6464
end
6565
end

packages/ri/Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ end
5252
ovl_glob('recipes/*/task.rake').each{|f| load(ovl_expand_file(f)) }
5353

5454
ruby_arch_packages = %w[x64-ucrt x86-msvcrt].map do |arch|
55-
%w[3.1.7-1 3.2.8-1 3.3.7-1 3.4.2-1 head].map do |packagever|
55+
%w[3.1.7-1 3.2.8-1 3.3.8-1 3.4.2-1 head].map do |packagever|
5656
RubyPackage.new( packagever: packagever, arch: arch, rootdir: __dir__ ).freeze
5757
end
5858
end
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)