Skip to content

Commit

Permalink
Fix github worklfow
Browse files Browse the repository at this point in the history
5.0.* does not match 5.0rc1
  • Loading branch information
ckrybus committed Nov 30, 2023
1 parent ce8b94f commit 8db5cd1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
strategy:
matrix:
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
django: [4.2.*, 5.0.*]
django: [4.2.*, "5.0rc1"]
crispy-forms: [2.0.*]
exclude:
- python-version: "3.12"
django: 4.2.*
django: "5.0rc1"
- python-version: "3.8"
django: 5.0.*
django: "5.0rc1"
- python-version: "3.9"
django: 5.0.*
django: "5.0rc1"
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 8db5cd1

Please sign in to comment.