Bump Xapian version to 1.4.19
This commit is contained in:
parent
870b48dfcd
commit
aa3425e0e9
2 changed files with 3 additions and 3 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
python-version: ['3.7', '3.8', '3.9', '3.10']
|
||||
xapian-version: ['1.4.18']
|
||||
xapian-version: ['1.4.19']
|
||||
|
||||
steps:
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
|
@ -43,7 +43,7 @@ jobs:
|
|||
matrix:
|
||||
python-version: ['3.7', '3.8', '3.9', '3.10']
|
||||
django-version: ['2.2', '3.2', '4.0']
|
||||
xapian-version: ['1.4.18']
|
||||
xapian-version: ['1.4.19']
|
||||
filelock-version: ['3.4.2']
|
||||
exclude:
|
||||
# Django added python 3.10 support in 3.2.9
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
# first argument of the script is Xapian version (e.g. 1.4.18)
|
||||
# first argument of the script is Xapian version (e.g. 1.4.19)
|
||||
|
||||
VERSION=$1
|
||||
|
||||
|
|
Loading…
Reference in a new issue