Skip to content

Commit 2ba8eec

Browse files
authored
Bump Django from 6.0a1 to 6.0b1 in CI (#199)
1 parent 1710706 commit 2ba8eec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
matrix:
1717
os: [windows-latest, macos-latest, ubuntu-latest]
1818
python-version: ["3.10", "3.11", "3.12", "3.13"]
19-
django-version: ["4.2", "5.0", "5.1", "5.2", "6.0a1"]
19+
django-version: ["4.2", "5.0", "5.1", "5.2", "6.0b1"]
2020
exclude:
21-
- django-version: "6.0a1"
21+
- django-version: "6.0b1"
2222
python-version: "3.10"
23-
- django-version: "6.0a1"
23+
- django-version: "6.0b1"
2424
python-version: "3.11"
2525
steps:
2626
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)