From 4193ea4c5a01d77b3f197beb35b47c17207b96d8 Mon Sep 17 00:00:00 2001 From: Marco Costa Date: Tue, 24 Oct 2023 14:13:21 -0700 Subject: [PATCH] Disable Ruby 3.3 integration due to protobuf compilation error (#3211) --- .circleci/config.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cf0bbe13b74..442be57b80b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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