|
37 | 37 | - { name: Ruby 3.4, ruby: ruby-3.4.1, continuous-only: true } |
38 | 38 | # TODO: Remove the image property in the two entries below and update the configuration |
39 | 39 | # used by all the images the next time there is an update to the Dockerfile |
40 | | - - { name: Ruby 4.0, ruby: ruby-4.0.0, ffi: NATIVE, image: 'us-docker.pkg.dev/protobuf-build/containers/test/linux/ruby:8.0.1-ruby-4.0.0-1a1642a7cba0a7fa4c226c2d047ed5fbe6ca5451' } |
41 | | - - { name: Ruby 4.0, ruby: ruby-4.0.0, ffi: FFI, image: 'us-docker.pkg.dev/protobuf-build/containers/test/linux/ruby:8.0.1-ruby-4.0.0-1a1642a7cba0a7fa4c226c2d047ed5fbe6ca5451' } |
| 40 | + - { name: Ruby 4.0, ruby: ruby-4.0.0, ffi: NATIVE, image: 'us-docker.pkg.dev/protobuf-build/containers/test/linux/ruby:8.0.1-ruby-4.0.0-f1c24ed6acfbf6ec709b0de2f702209c9d3ac659' } |
| 41 | + - { name: Ruby 4.0, ruby: ruby-4.0.0, ffi: FFI, image: 'us-docker.pkg.dev/protobuf-build/containers/test/linux/ruby:8.0.1-ruby-4.0.0-f1c24ed6acfbf6ec709b0de2f702209c9d3ac659' } |
42 | 42 | - { name: JRuby 9.4, ruby: jruby-9.4.9.0, ffi: NATIVE } |
43 | 43 | - { name: JRuby 9.4, ruby: jruby-9.4.9.0, ffi: FFI } |
44 | 44 |
|
@@ -189,14 +189,9 @@ jobs: |
189 | 189 | - { name: Ruby 3.1, ruby: ruby-3.1.6, ffi: FFI } |
190 | 190 | - { name: Ruby 3.2, ruby: ruby-3.2.6, continuous-only: true} |
191 | 191 | - { name: Ruby 3.3, ruby: ruby-3.3.6, continuous-only: true} |
192 | | - # TODO: After https://github.com/ruby/rubygems/issues/9244 is resolved, |
193 | | - # Replace these two test configurations: |
194 | | - - { name: Ruby 3.4, ruby: ruby-3.4.1, ffi: NATIVE } |
195 | | - - { name: Ruby 3.4, ruby: ruby-3.4.1, ffi: FFI, continuous-only: true } |
196 | | - # With these three test configurations: |
197 | | - # - { name: Ruby 3.4, ruby: ruby-3.4.1, continuous-only: true } |
198 | | - # - { name: Ruby 4.0, ruby: ruby-4.0.0, ffi: NATIVE, image: 'us-docker.pkg.dev/protobuf-build/containers/test/linux/ruby:8.0.1-ruby-4.0.0-1a1642a7cba0a7fa4c226c2d047ed5fbe6ca5451' } |
199 | | - # - { name: Ruby 4.0, ruby: ruby-4.0.0, ffi: FFI, image: 'us-docker.pkg.dev/protobuf-build/containers/test/linux/ruby:8.0.1-ruby-4.0.0-1a1642a7cba0a7fa4c226c2d047ed5fbe6ca5451' } |
| 192 | + - { name: Ruby 3.4, ruby: ruby-3.4.1, continuous-only: true } |
| 193 | + - { name: Ruby 4.0, ruby: ruby-4.0.0, ffi: NATIVE, image: 'us-docker.pkg.dev/protobuf-build/containers/test/linux/ruby:8.0.1-ruby-4.0.0-f1c24ed6acfbf6ec709b0de2f702209c9d3ac659' } |
| 194 | + - { name: Ruby 4.0, ruby: ruby-4.0.0, ffi: FFI, image: 'us-docker.pkg.dev/protobuf-build/containers/test/linux/ruby:8.0.1-ruby-4.0.0-f1c24ed6acfbf6ec709b0de2f702209c9d3ac659' } |
200 | 195 | - { name: JRuby 9.4, ruby: jruby-9.4.9.0, ffi: NATIVE } |
201 | 196 | - { name: JRuby 9.4, ruby: jruby-9.4.9.0, ffi: FFI, continuous-only: true } |
202 | 197 | name: ${{ matrix.continuous-only && inputs.continuous-prefix || '' }} Install ${{ matrix.name }}${{ matrix.ffi == 'FFI' && ' FFI' || '' }} |
|
0 commit comments