Skip to content

Commit

Permalink
Update to ruby-3.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Jan 16, 2025
1 parent a790d77 commit 1b93823
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
build_ruby: "3.1.6/x64"
run_mri_spec: v3_4_1

- target_ruby: "3.3.6"
- target_ruby: "3.3.7"
arch: "x86-msvcrt"
build_ruby: "3.1.6/x64"
run_mri_spec: v3_3_6

- target_ruby: "3.3.6"
- target_ruby: "3.3.7"
arch: "x64-ucrt"
build_ruby: "3.1.6/x64"
run_mri_spec: v3_3_6
Expand Down
2 changes: 1 addition & 1 deletion packages/ri-msys/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ end
ovl_glob('recipes/*/task.rake').each{|f| load(ovl_expand_file(f)) }

ruby_arch_packages = %w[x64-ucrt x86-msvcrt].map do |arch|
%w[3.1.6-1 3.2.6-1 3.3.6-2 3.4.1-1 head].map do |packagever|
%w[3.1.6-1 3.2.6-1 3.3.7-2 3.4.1-1 head].map do |packagever|
RubyPackage.new( packagever: packagever, arch: arch, rootdir: __dir__ ).freeze
end
end
Expand Down
2 changes: 1 addition & 1 deletion packages/ri/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ end
ovl_glob('recipes/*/task.rake').each{|f| load(ovl_expand_file(f)) }

ruby_arch_packages = %w[x64-ucrt x86-msvcrt].map do |arch|
%w[3.1.6-1 3.2.6-1 3.3.6-2 3.4.1-1 head].map do |packagever|
%w[3.1.6-1 3.2.6-1 3.3.7-2 3.4.1-1 head].map do |packagever|
RubyPackage.new( packagever: packagever, arch: arch, rootdir: __dir__ ).freeze
end
end
Expand Down
File renamed without changes.

0 comments on commit 1b93823

Please sign in to comment.