diff --git a/.circleci/config.yml b/.circleci/config.yml index dd517d44..e4d323db 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -77,7 +77,7 @@ jobs: KNAPSACK_PRO_ENDPOINT: https://api-staging.knapsackpro.com KNAPSACK_PRO_TEST_SUITE_TOKEN_RSPEC: 3fa64859337f6e56409d49f865d13fd7 EXTRA_TEST_FILES_DELAY: 10 - - image: cimg/postgres:16.1 + - image: cimg/postgres:14.7 environment: POSTGRES_DB: rails-app-with-knapsack_pro_test POSTGRES_PASSWORD: password @@ -137,7 +137,7 @@ jobs: KNAPSACK_PRO_ENDPOINT: https://api-staging.knapsackpro.com KNAPSACK_PRO_TEST_SUITE_TOKEN_RSPEC: 3fa64859337f6e56409d49f865d13fd7 EXTRA_TEST_FILES_DELAY: 10 - - image: cimg/postgres:16.1 + - image: cimg/postgres:14.7 environment: POSTGRES_DB: rails-app-with-knapsack_pro_test POSTGRES_PASSWORD: password