Skip to content

Commit 1112f6c

Browse files
Update .github/workflows/check.yml
Co-authored-by: Dai MIKURUBE <[email protected]>
1 parent a179240 commit 1112f6c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,9 @@ jobs:
138138
with:
139139
name: postgresql9_4
140140
path: embulk-output-postgresql/build/reports/tests/test
141-
# PostgreSQL 14 and later, raise the exception "The authentication type 10 is not supported."
142-
# Use PostgreSQL 13 at this time.
141+
# Testing with PostgreSQL 13 here, not with PostgreSQL 14 or later, because
142+
# it raises an exception: "The authentication type 10 is not supported."
143+
# TODO: Start testing with PostgreSQL 14 or later.
143144
postgresql13:
144145
runs-on: ubuntu-latest
145146
# push: always run.

0 commit comments

Comments
 (0)