Skip to content

Commit

Permalink
Stage a Ruby 3.4 configuration for use after release
Browse files Browse the repository at this point in the history
Move 3.3 to continuous only
  • Loading branch information
JasonLunn committed Dec 20, 2024
1 parent de83a11 commit d3ad3d0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test_ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,12 @@ jobs:
- { name: Ruby 3.0, ruby: ruby-3.0.2, ffi: FFI, continuous-only: true }
- { name: Ruby 3.1, ruby: ruby-3.1.0, continuous-only: true }
- { name: Ruby 3.2, ruby: ruby-3.2.0, continuous-only: true }
- { name: Ruby 3.3, ruby: ruby-3.3.0, ffi: NATIVE }
- { name: Ruby 3.3, ruby: ruby-3.3.0, ffi: FFI, image: 'us-docker.pkg.dev/protobuf-build/containers/test/linux/ruby:7.1.2-ruby-head-90d207f4e749b54c8792bbe974dfc70323b6566e' }
- { name: Ruby 3.3, ruby: ruby-3.3.0, continuous-only: true }
# Uncomment after Christmas 2024 when Ruby 3.4 is released
# - { name: Ruby 3.3, ruby: ruby-3.4.0, ffi: NATIVE }
# - { name: Ruby 3.3, ruby: ruby-3.4.0, ffi: FFI }
- { name: Ruby Head, ruby: ruby-head, ffi: NATIVE, image: 'us-docker.pkg.dev/protobuf-build/containers/test/linux/ruby:7.1.2-ruby-head-90d207f4e749b54c8792bbe974dfc70323b6566e' }
- { name: Ruby Head, ruby: ruby-head, ffi: FFI }
- { name: Ruby Head, ruby: ruby-head, ffi: FFI, image: 'us-docker.pkg.dev/protobuf-build/containers/test/linux/ruby:7.1.2-ruby-head-90d207f4e749b54c8792bbe974dfc70323b6566e' }
- { name: JRuby 9.4, ruby: jruby-9.4.6.0, ffi: NATIVE }
- { name: JRuby 9.4, ruby: jruby-9.4.6.0, ffi: FFI }

Expand Down

0 comments on commit d3ad3d0

Please sign in to comment.