.circleci/config.yml in postgres-vacuum-monitor-0.14.1 vs .circleci/config.yml in postgres-vacuum-monitor-0.15.0

- old
+ new

@@ -36,16 +36,14 @@ parameters: gemfile: type: string ruby_version: type: string - postgres_version: - type: string docker: - image: $SALSIFY_ECR_REPO/ruby_ci:<< parameters.ruby_version >> <<: *aws-auth - - image: cimg/postgres:<< parameters.postgres_version >> + - image: cimg/postgres:14.7 environment: POSTGRES_USER: "circleci" POSTGRES_DB: "circle_test" POSTGRES_HOST_AUTH_METHOD: "trust" environment: @@ -96,12 +94,10 @@ matrix: parameters: gemfile: - "gemfiles/activerecord_6_1.gemfile" - "gemfiles/activerecord_7_0.gemfile" + - "gemfiles/activerecord_7_1.gemfile" ruby_version: - "3.0.6" - "3.1.4" - "3.2.2" - postgres_version: - - "12.9" - - "14.7"