Bump Xapian version to 1.4.19

This commit is contained in:
Alejandro R. Sedeño 2022-03-19 06:41:39 -04:00 committed by GitHub
parent 870b48dfcd
commit aa3425e0e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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