Skip to content

Commit 770502d

Browse files
author
Ivan Katanovic
committed
Allow 5.2 jobs to fail
1 parent 0e6e654 commit 770502d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
jobs:
88
tests:
99
runs-on: ubuntu-latest
10+
continue-on-error: ${{ matrix.django == '5.2' }}
1011
strategy:
1112
fail-fast: false
1213
matrix:

0 commit comments

Comments
 (0)