Skip to content

Commit

Permalink
Update to ruby-3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Jul 9, 2024
1 parent 3f896e7 commit 701c7db
Show file tree
Hide file tree
Showing 8 changed files with 12 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 @@ -11,12 +11,12 @@ jobs:
fail-fast: false
matrix:
include:
- target_ruby: "3.3.3"
- target_ruby: "3.3.4"
arch: "x86-msvcrt"
build_ruby: "3.1.6/x64"
run_mri_spec: v3_3_3

- target_ruby: "3.3.3"
- target_ruby: "3.3.4"
arch: "x64-ucrt"
build_ruby: "3.1.6/x64"
run_mri_spec: v3_3_3
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG-3.3.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## RubyInstaller-3.3.4-1 - 2024-07-09

### Changed
- Update to ruby-3.3.4, see [release notes](https://www.ruby-lang.org/en/news/2024/07/09/ruby-3-3-4-released/).


## RubyInstaller-3.3.3-1 - 2024-06-14

### Changed
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.3-1 head].map do |packagever|
%w[3.1.6-1 3.2.4-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.3-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.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.3-1 head].map do |packagever|
%w[3.1.6-1 3.2.4-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.3-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.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 701c7db

Please sign in to comment.