Skip to content

Commit

Permalink
Drop support for PG14
Browse files Browse the repository at this point in the history
  • Loading branch information
norkans7 committed Jan 3, 2024
1 parent 7953dde commit 0051204
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 @@ -6,10 +6,10 @@ jobs:
strategy:
matrix:
python-version: ["3.10.x", "3.11.x"]
pg-version: ["14", "15"]
django-version: ["4.2.x", "5.0.x"]
env:
redis-version: "6.2"
pg-version: "15"
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -23,7 +23,7 @@ jobs:
- name: Install PostgreSQL
uses: harmon758/postgresql-action@v1
with:
postgresql version: ${{ matrix.pg-version }}
postgresql version: ${{ env.pg-version }}
postgresql db: dash
postgresql user: dash
postgresql password: rapidpro
Expand Down

0 comments on commit 0051204

Please sign in to comment.