Skip to content

Commit

Permalink
Bump Xapian version to 1.4.19
Browse files Browse the repository at this point in the history
  • Loading branch information
asedeno committed Mar 19, 2022
1 parent 870b48d commit aa3425e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion install_xapian.sh
@@ -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

Expand Down

0 comments on commit aa3425e

Please sign in to comment.