From 8dd95c163c107afa703105edc81d6f574dda3689 Mon Sep 17 00:00:00 2001 From: ur5us Date: Sat, 28 Oct 2023 21:49:22 +1300 Subject: [PATCH] Upgrade GitHub Actions PostgreSQL to v16 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1f651eb..20f6a44 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: rails_version: 6.1 services: db: - image: postgres:14 + image: postgres:16 ports: ["5432:5432"] env: POSTGRES_USER: postgres