Skip to content

Commit

Permalink
Disable Ruby 3.3 integration due to protobuf compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
marcotc committed Oct 23, 2023
1 parent 46f2358 commit f9ebce9
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -626,11 +626,12 @@ workflows:
integration_apps: 'rack rails-six rails-seven sinatra2-classic sinatra2-modular'
ruby_version: '3.2'
<<: *filters_all_branches_and_tags
- orb/build_and_test_integration:
name: build_and_test_integration-3.3
integration_apps: 'rack rails-six rails-seven sinatra2-classic sinatra2-modular'
ruby_version: '3.3'
<<: *filters_all_branches_and_tags
# # Disabled until https://github.com/protocolbuffers/protobuf/issues/14509 is fixed.
# - orb/build_and_test_integration:
# name: build_and_test_integration-3.3
# integration_apps: 'rack rails-six rails-seven sinatra2-classic sinatra2-modular'
# ruby_version: '3.3'
# <<: *filters_all_branches_and_tags
# ⬆️ **Note**: If add/remove test apps above, remember to also copy-paste the changes to the "edge" workflow further down the file.
#
# ADD NEW RUBIES HERE
Expand Down

0 comments on commit f9ebce9

Please sign in to comment.