diff --git a/.github/workflows/config.yml b/.github/workflows/config.yml index 17eff75..b7c657b 100644 --- a/.github/workflows/config.yml +++ b/.github/workflows/config.yml @@ -14,7 +14,7 @@ jobs: RAILS_DATABASE_PASSWORD: postgres services: postgres: - image: postgres:14.5 + image: postgres:15.0 ports: - 5432:5432 env: