Skip to content

Commit

Permalink
Update to ruby-3-2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Jul 26, 2024
1 parent 701c7db commit d9e716c
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 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_3_3

- target_ruby: "3.2.4"
- target_ruby: "3.2.5"
arch: "x86-msvcrt"
build_ruby: "3.1.6/x64"
run_mri_spec: v3_2_4

- target_ruby: "3.2.4"
- target_ruby: "3.2.5"
arch: "x64-ucrt"
build_ruby: "3.1.6/x64"
run_mri_spec: v3_2_4
Expand Down
4 changes: 2 additions & 2 deletions packages/ri-msys/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ end
ovl_glob('recipes/*/task.rake').each{|f| load(ovl_expand_file(f)) }

ruby_arch_packages = %w[x64-ucrt].map do |arch|
%w[3.1.6-1 3.2.4-1 3.3.4-1 head].map do |packagever|
%w[3.1.6-1 3.2.5-1 3.3.4-1 head].map do |packagever|
RubyPackage.new( packagever: packagever, arch: arch, rootdir: __dir__ ).freeze
end
end
ruby_arch_packages += %w[x64-msvcrt x86-msvcrt].map do |arch|
%w[2.4.10-2 2.5.9-1 2.6.10-1 2.7.8-1 3.0.7-1 3.1.6-1 3.2.4-1 3.3.4-1 head].map do |packagever|
%w[2.4.10-2 2.5.9-1 2.6.10-1 2.7.8-1 3.0.7-1 3.1.6-1 3.2.5-1 3.3.4-1 head].map do |packagever|
RubyPackage.new( packagever: packagever, arch: arch, rootdir: __dir__ ).freeze
end
end
Expand Down
4 changes: 2 additions & 2 deletions packages/ri/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ end
ovl_glob('recipes/*/task.rake').each{|f| load(ovl_expand_file(f)) }

ruby_arch_packages = %w[x64-ucrt].map do |arch|
%w[3.1.6-1 3.2.4-1 3.3.4-1 head].map do |packagever|
%w[3.1.6-1 3.2.5-1 3.3.4-1 head].map do |packagever|
RubyPackage.new( packagever: packagever, arch: arch, rootdir: __dir__ ).freeze
end
end
ruby_arch_packages += %w[x64-msvcrt x86-msvcrt].map do |arch|
%w[2.4.10-2 2.5.9-1 2.6.10-1 2.7.8-1 3.0.7-1 3.1.6-1 3.2.4-1 3.3.4-1 head].map do |packagever|
%w[2.4.10-2 2.5.9-1 2.6.10-1 2.7.8-1 3.0.7-1 3.1.6-1 3.2.5-1 3.3.4-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 d9e716c

Please sign in to comment.