- commit
- 471f06f0a4bf3740837a0b99e48925a59f54e617
- parent
- c6026a977dc843bbbb65fc1abb3f0894b67d206d
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2024-08-09 22:31
ci: test with django 5.1
Diffstat
| M | .github/workflows/main.yml | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
@@ -19,7 +19,7 @@ jobs: 19 19 - python: '3.12' 20 20 django: '4.2' 21 21 - python: '3.12'22 -1 django: '5.1a1'-1 22 django: '5.1' 23 23 steps: 24 24 - uses: actions/checkout@v4 25 25 - uses: actions/setup-python@v5