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 d574464 commit fda7ad1Copy full SHA for fda7ad1
.github/workflows/tox.yaml
@@ -29,6 +29,9 @@ jobs:
29
pip install tox tox-gh-actions
30
- name: Install PostgreSQL
31
if: ${{ matrix.with-postgres }}
32
+ uses: tj-actions/install-postgresql@v3
33
+ with:
34
+ postgresql-version: 17
35
# TODO: I think ubuntu-latest already comes with Postgres installed?
36
# We need a job to run in an environment where that's not the case, otherwise we aren't
37
# testing the minimum requirements of the client.
0 commit comments