Skip to content

Commit

Permalink
fix(gas): drop ruby 2.7 builds for protobuf (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangskz committed Apr 29, 2024
1 parent adc869f commit 7d8e40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kokoro/gas/trigger-protobuf.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ env_vars: {
# List of minor Ruby versions for protobuf builds, colon-delimited.
env_vars: {
key: "GAS_RUBY_VERSIONS"
value: "2.7:3.0:3.1:3.2:3.3"
value: "3.0:3.1:3.2:3.3"
}

# Path to the RubyGems API key file for the protobuf account.
Expand Down

0 comments on commit 7d8e40b

Please sign in to comment.