Skip to content

Commit

Permalink
Update CI to run against Ruby 3.3
Browse files Browse the repository at this point in the history
`google-protobuf` [supports Ruby 3.3 in platform-specific versions of 3.25.3](https://rubygems.org/gems/google-protobuf/versions/3.25.3-x86_64-linux)

Some discussion in this thread: protocolbuffers/protobuf#15336 (comment)
  • Loading branch information
owst committed Mar 6, 2024
1 parent f23f1df commit 60d0af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['2.6', '2.7', '3.0', '3.1', '3.2'] # 3.3+ is not yet supported by google-protobuf
ruby: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3'] # 3.4+ is not yet supported by google-protobuf
os: ['ubuntu-latest', 'windows-latest']
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 60d0af6

Please sign in to comment.