Skip to content

Commit

Permalink
ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amyasnikov committed Nov 26, 2023
1 parent 9bd8641 commit 84b2764
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
netbox_version: [v3.4.10, v3.5.3]
netbox_version: [v3.5.9, v3.6.5]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion validity/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class Migration(migrations.Migration):
),
("default", models.BooleanField(default=False)),
("username", models.CharField(blank=True, max_length=255)),
("encrypted_password", models.CharField(blank=True, default=None, null=True)),
("encrypted_password", models.CharField(blank=True, max_length=255)),
(
"branch",
models.CharField(
Expand Down

0 comments on commit 84b2764

Please sign in to comment.