Skip to content

Commit

Permalink
change CI to >=4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnarTumi committed Oct 4, 2023
1 parent a8774f1 commit c7cce15
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ jobs:
strategy:
matrix:
include:
- python: '3.9'
wagtail: 'wagtail==2.15.6'
- python: '3.10'
wagtail: 'wagtail>=4.0,<4.1'
wagtail: 'wagtail>=4.1'

runs-on: 'ubuntu-latest'

Expand Down

0 comments on commit c7cce15

Please sign in to comment.