Skip to content

Commit

Permalink
fix: postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
snaselj committed Oct 6, 2023
1 parent bf927ad commit b61e0ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
fail-fast: true
matrix:
python-version: ["3.8", "3.11"]
db-backend: ["postgresql"]
db-backend: ["postgres"]
nautobot-version: ["stable"]
include:
- python-version: "3.11"
db-backend: "postgresql"
db-backend: "postgres"
nautobot-version: "2.0.0"
- python-version: "3.11"
db-backend: "mysql"
Expand Down

0 comments on commit b61e0ee

Please sign in to comment.