diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 695fe9b..5e0a333 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/install_xapian.sh b/install_xapian.sh index ab3e42e..6045c46 100755 --- a/install_xapian.sh +++ b/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