Skip to content

Commit d491c4c

Browse files
committed
Merge branch '25.x' into fix-25.x-staleness
2 parents eb1fdd3 + 314fc8b commit d491c4c

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

.github/workflows/test_ruby.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,14 @@ jobs:
1919
include:
2020
# Test both FFI and Native implementations on the highest and lowest
2121
# Ruby versions for CRuby and JRuby, but only on Bazel 5.x.
22-
- { name: Ruby 2.7, ruby: ruby-2.7.0, ffi: NATIVE }
23-
# TODO Re-enable these once flakes are fixed
24-
#- { name: Ruby 2.7, ruby: ruby-2.7.0, ffi: FFI }
2522
- { name: Ruby 3.0, ruby: ruby-3.0.2 }
2623
- { name: Ruby 3.1, ruby: ruby-3.1.0 }
2724
- { name: Ruby 3.2, ruby: ruby-3.2.0, ffi: NATIVE }
2825
- { name: Ruby 3.3, ruby: ruby-3.3.0, ffi: NATIVE }
2926
# TODO Re-enable these once flakes are fixed
3027
#- { name: Ruby 3.2, ruby: ruby-3.2.0, ffi: FFI }
31-
- { name: JRuby 9.4, ruby: jruby-9.4.3.0, ffi: NATIVE }
32-
- { name: JRuby 9.4, ruby: jruby-9.4.3.0, ffi: FFI }
28+
- { name: JRuby 9.4, ruby: jruby-9.4.6.0, ffi: NATIVE }
29+
- { name: JRuby 9.4, ruby: jruby-9.4.6.0, ffi: FFI }
3330

3431
name: Linux ${{ matrix.name }}${{ matrix.ffi == 'FFI' && ' FFI' || '' }}
3532
runs-on: ubuntu-latest
@@ -41,7 +38,7 @@ jobs:
4138
- name: Run tests
4239
uses: protocolbuffers/protobuf-ci/bazel-docker@v2
4340
with:
44-
image: ${{ matrix.image || format('us-docker.pkg.dev/protobuf-build/containers/test/linux/ruby:{0}-6.3.0-904cad5249547845454998ca3837a34c71fabf96', matrix.ruby) }}
41+
image: ${{ matrix.image || format('us-docker.pkg.dev/protobuf-build/containers/test/linux/ruby:{0}-6.3.0-384d5abe83a791c6b1ce04f5d7bc0b1f84a30d38', matrix.ruby) }}
4542
credentials: ${{ secrets.GAR_SERVICE_ACCOUNT }}
4643
bazel-cache: ruby_linux/${{ matrix.ruby }}_${{ matrix.bazel }}
4744
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' || '' }}

.github/workflows/test_upb.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,13 +169,13 @@ jobs:
169169
# supported Python versions and assume this gives us sufficient test
170170
# coverage.
171171
- { os: ubuntu-latest, python-version: "3.8", architecture: x64, type: 'binary' }
172-
- { os: macos-11, python-version: "3.8", architecture: x64, type: 'binary' }
172+
- { os: macos-12, python-version: "3.8", architecture: x64, type: 'binary' }
173173
- { os: ubuntu-latest, python-version: "3.11", architecture: x64, type: 'binary' }
174-
- { os: macos-11, python-version: "3.11", architecture: x64, type: 'binary' }
174+
- { os: macos-12, python-version: "3.11", architecture: x64, type: 'binary' }
175175
- { os: ubuntu-latest, python-version: "3.8", architecture: x64, type: 'source' }
176-
- { os: macos-11, python-version: "3.8", architecture: x64, type: 'source' }
176+
- { os: macos-12, python-version: "3.8", architecture: x64, type: 'source' }
177177
- { os: ubuntu-latest, python-version: "3.11", architecture: x64, type: 'source' }
178-
- { os: macos-11, python-version: "3.11", architecture: x64, type: 'source' }
178+
- { os: macos-12, python-version: "3.11", architecture: x64, type: 'source' }
179179

180180
# Windows uses the full API up until Python 3.10, so each of these
181181
# jobs tests a distinct binary wheel.

0 commit comments

Comments
 (0)