From 1112f6c9b5ee049d666e46471833bbf6cae84dbd Mon Sep 17 00:00:00 2001 From: Hiroyuki Sato Date: Wed, 28 Aug 2024 17:26:38 +0900 Subject: [PATCH] Update .github/workflows/check.yml Co-authored-by: Dai MIKURUBE --- .github/workflows/check.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 91677627..cd337877 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -138,8 +138,9 @@ jobs: with: name: postgresql9_4 path: embulk-output-postgresql/build/reports/tests/test - # PostgreSQL 14 and later, raise the exception "The authentication type 10 is not supported." - # Use PostgreSQL 13 at this time. + # Testing with PostgreSQL 13 here, not with PostgreSQL 14 or later, because + # it raises an exception: "The authentication type 10 is not supported." + # TODO: Start testing with PostgreSQL 14 or later. postgresql13: runs-on: ubuntu-latest # push: always run.