Skip to content

Commit

Permalink
Update to ruby-3.1.6 and 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Jun 3, 2024
1 parent 88d8c1f commit 52c1d8d
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
fail-fast: false
matrix:
include:
- target_ruby: "3.3.1"
- target_ruby: "3.3.2"
arch: "x86-msvcrt"
build_ruby: "3.1.4/x64"
run_mri_spec: v3_3_0

- target_ruby: "3.3.1"
- target_ruby: "3.3.2"
arch: "x64-ucrt"
build_ruby: "3.1.4/x64"
run_mri_spec: v3_3_0
Expand All @@ -31,12 +31,12 @@ jobs:
build_ruby: "3.1.4/x64"
run_mri_spec: v3_2_2

- target_ruby: "3.1.5"
- target_ruby: "3.1.6"
arch: "x86-msvcrt"
build_ruby: "3.0.6/x64"
run_mri_spec: v3_1_4

- target_ruby: "3.1.5"
- target_ruby: "3.1.6"
arch: "x64-ucrt"
build_ruby: "3.0.6/x64"
run_mri_spec: v3_1_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.5-1 3.2.4-1 3.3.1-1 head].map do |packagever|
%w[3.1.6-1 3.2.4-1 3.3.2-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.5-1 3.2.4-1 3.3.1-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.4-1 3.3.2-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.5-1 3.2.4-1 3.3.1-1 head].map do |packagever|
%w[3.1.6-1 3.2.4-1 3.3.2-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.5-1 3.2.4-1 3.3.1-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.4-1 3.3.2-1 head].map do |packagever|
RubyPackage.new( packagever: packagever, arch: arch, rootdir: __dir__ ).freeze
end
end
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 52c1d8d

Please sign in to comment.