File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 25
25
- { name: Ruby 3.0, ruby: ruby-3.0.2 }
26
26
- { name: Ruby 3.1, ruby: ruby-3.1.0 }
27
27
- { name: Ruby 3.2, ruby: ruby-3.2.0, ffi: NATIVE }
28
+ - { name: Ruby 3.3, ruby: ruby-3.3.0, ffi: NATIVE }
28
29
# TODO Re-enable these once flakes are fixed
29
30
# - { name: Ruby 3.2, ruby: ruby-3.2.0, ffi: FFI }
30
31
- { name: JRuby 9.4, ruby: jruby-9.4.3.0, ffi: NATIVE }
40
41
- name : Run tests
41
42
uses : protocolbuffers/protobuf-ci/bazel-docker@v2
42
43
with :
43
- image : ${{ matrix.image || format('us-docker.pkg.dev/protobuf-build/containers/test/linux/ruby:{0}-6.3.0-66964dc8b07b6d1fc73a5cc14e59e84c1c534cea ', matrix.ruby) }}
44
+ image : ${{ matrix.image || format('us-docker.pkg.dev/protobuf-build/containers/test/linux/ruby:{0}-6.3.0-904cad5249547845454998ca3837a34c71fabf96 ', matrix.ruby) }}
44
45
credentials : ${{ secrets.GAR_SERVICE_ACCOUNT }}
45
46
bazel-cache : ruby_linux/${{ matrix.ruby }}_${{ matrix.bazel }}
46
47
bazel : test //ruby/... //ruby/tests:ruby_version --test_env=KOKORO_RUBY_VERSION --test_env=BAZEL=true ${{ matrix.ffi == 'FFI' && '--//ruby:ffi=enabled --test_env=PROTOCOL_BUFFERS_RUBY_IMPLEMENTATION=FFI' || '' }}
You can’t perform that action at this time.
0 commit comments