diff --git a/.github/workflows/config.yml b/.github/workflows/config.yml index 4f3a3ae..baf03ee 100644 --- a/.github/workflows/config.yml +++ b/.github/workflows/config.yml @@ -14,7 +14,7 @@ jobs: RAILS_DATABASE_PASSWORD: postgres services: postgres: - image: postgres:16.1 + image: postgres:17.0 ports: - 5432:5432 env: