We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a179240 commit 1112f6cCopy full SHA for 1112f6c
.github/workflows/check.yml
@@ -138,8 +138,9 @@ jobs:
138
with:
139
name: postgresql9_4
140
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.
+ # Testing with PostgreSQL 13 here, not with PostgreSQL 14 or later, because
+ # it raises an exception: "The authentication type 10 is not supported."
143
+ # TODO: Start testing with PostgreSQL 14 or later.
144
postgresql13:
145
runs-on: ubuntu-latest
146
# push: always run.
0 commit comments