From eb4b746d32c18c165298d8a3a4e48e11c7357be3 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sun, 25 Dec 2022 12:38:38 -0700 Subject: [PATCH] Fix typo: PostgresSQL -> PostgreSQL See their own spelling on: https://www.postgresql.org/about/ --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32314cb2..60664cd5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - ruby: 2.3 db: MYSQL - # PostgresSQL is segfaulting on 2.3 + # PostgreSQL is segfaulting on 2.3 # Doesn't seem worth solving. - ruby: 2.3 db: POSTGRES