.circleci/config.yml in instana-1.216.0 vs .circleci/config.yml in instana-1.217.0

- old
+ new

@@ -8,10 +8,11 @@ - "./gemfiles/cuba_40.gemfile" - "./gemfiles/dalli_20.gemfile" - "./gemfiles/dalli_30.gemfile" - "./gemfiles/dalli_32.gemfile" - "./gemfiles/excon_079.gemfile" + - "./gemfiles/excon_0100.gemfile" - "./gemfiles/excon_100.gemfile" - "./gemfiles/graphql_10.gemfile" - "./gemfiles/graphql_20.gemfile" - "./gemfiles/grpc_10.gemfile" - "./gemfiles/net_http_01.gemfile" @@ -183,11 +184,11 @@ environment: POSTGRES_PASSWORD: 'test' POSTGRES_DB: 'ci_test' ruby_34: docker: - - image: ruby:3.4.0-preview1-bookworm + - image: ruby:3.4.0-preview2-bookworm environment: MEMCACHED_HOST: '127.0.0.1:11211' REDIS_URL: 'redis://127.0.0.1:6379' DATABASE_URL: 'sqlite3::memory:' - image: memcached @@ -198,11 +199,11 @@ - image: s12v/sns - image: softwaremill/elasticmq-native - image: mongo:5-focal ruby_34_mysql2: docker: - - image: ruby:3.4.0-preview1-bookworm + - image: ruby:3.4.0-preview2-bookworm environment: DATABASE_URL: "mysql2://root@127.0.0.1:3306/ci_test" - image: mariadb environment: MYSQL_DATABASE: 'ci_test' @@ -211,11 +212,11 @@ MYSQL_ALLOW_EMPTY_PASSWORD: 'yes' MYSQL_ROOT_PASSWORD: '' MYSQL_ROOT_HOST: '%' ruby_34_postgres: docker: - - image: ruby:3.4.0-preview1-bookworm + - image: ruby:3.4.0-preview2-bookworm environment: DATABASE_URL: "postgres://postgres:test@127.0.0.1:5432/ci_test" - image: postgres environment: POSTGRES_PASSWORD: 'test' @@ -357,11 +358,11 @@ - run_rubocop report_coverage: executor: ruby_33 steps: - checkout - - run_sonarqube + # - run_sonarqube publish: executor: ruby_33 steps: - checkout - setup @@ -440,9 +441,26 @@ - ruby_34_mysql2 gemfile: - "./gemfiles/rails_61.gemfile" - "./gemfiles/rails_70.gemfile" - "./gemfiles/rails_71.gemfile" + rails8_ruby_33_34: + jobs: + - test_apprisal: + matrix: + parameters: + stack: + - ruby_32 + - ruby_32_postgres + - ruby_32_mysql2 + - ruby_33 + - ruby_33_postgres + - ruby_33_mysql2 + - ruby_34 + - ruby_34_postgres + - ruby_34_mysql2 + gemfile: + - "./gemfiles/rails_80.gemfile" sequel: jobs: - test_apprisal: matrix: parameters: