Skip to content

ci: test with multiple postgres versions #13665

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Jun 26, 2024
Prev Previous commit
Next Next commit
more curly braces
  • Loading branch information
johnstcn committed Jun 26, 2024
commit eef466f36e93ebcb024afcd4aceccba10b3be82e
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ jobs:

- name: Test with PostgreSQL Database
env:
POSTGRES_VERSION: "${matrix.POSTGRES_VERSION}"
POSTGRES_VERSION: "${{ matrix.POSTGRES_VERSION }}"
TS_DEBUG_DISCO: "true"
run: |
make test-postgres
Expand Down
Loading