Skip to content

Commit fda7ad1

Browse files
committed
Install postgres
1 parent d574464 commit fda7ad1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tox.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
pip install tox tox-gh-actions
3030
- name: Install PostgreSQL
3131
if: ${{ matrix.with-postgres }}
32+
uses: tj-actions/install-postgresql@v3
33+
with:
34+
postgresql-version: 17
3235
# TODO: I think ubuntu-latest already comes with Postgres installed?
3336
# We need a job to run in an environment where that's not the case, otherwise we aren't
3437
# testing the minimum requirements of the client.

0 commit comments

Comments
 (0)