Skip to content

Commit

Permalink
use newer python for testing and tests against postgres version 16
Browse files Browse the repository at this point in the history
  • Loading branch information
jkittner committed Oct 15, 2023
1 parent aa27a15 commit 77ba701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
pg-version: [10, 11, 12, 13, 14, 15]
pg-version: [10, 11, 12, 13, 14, 15, 16]
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.12'
- name: install dependencies
run: pip install -r requirements-dev.txt
- name: run tests
Expand Down

0 comments on commit 77ba701

Please sign in to comment.