Skip to content

Commit

Permalink
Add ruby-3.3 to windows binary gems
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Feb 15, 2024
1 parent d99a6b4 commit 72cdd6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/binary-gems.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.2"
ruby-version: "3.3"
- run: bundle install

- name: Create a dummy cert to satisfy the build
Expand All @@ -50,11 +50,11 @@ jobs:
matrix:
include:
- os: windows-latest
ruby: "3.2"
ruby: "3.3"
platform: "x64-mingw-ucrt"
PGVERSION: 16.0-1-windows-x64
- os: windows-latest
ruby: "3.1.3-1"
ruby: "3.1.4-1"
platform: "x86-mingw32"
PGVERSION: 10.20-1-windows
- os: windows-latest
Expand Down
2 changes: 1 addition & 1 deletion Rakefile.cross
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ CrossLibraries.each do |xlib|
RakeCompilerDock.sh <<-EOT, platform: platform
(cp build/gem/gem-*.pem ~/.gem/ || true) &&
bundle install --local &&
rake native:#{platform} pkg/#{$gem_spec.full_name}-#{platform}.gem MAKE="make -j`nproc`" RUBY_CC_VERSION=3.2.0:3.1.0:3.0.0:2.7.0:2.6.0:2.5.0
rake native:#{platform} pkg/#{$gem_spec.full_name}-#{platform}.gem MAKE="make -j`nproc`" RUBY_CC_VERSION=3.3.0:3.2.0:3.1.0:3.0.0:2.7.0:2.6.0:2.5.0
EOT
end
desc "Build the windows binary gems"
Expand Down

0 comments on commit 72cdd6b

Please sign in to comment.