diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index e70a44c..b315afb 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -23,7 +23,7 @@ jobs: timeout-minutes: 15 services: db: - image: postgres:15 + image: postgres:16 ports: ['5432:5432'] env: POSTGRES_PASSWORD: postgres