diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4f1509200..5b2d5c76c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ env: PIP_VERSION: "24.2" # stick to it while https://github.com/pypa/pip/issues/13046 is not fixed, needs to be also updated in scripts/define_variable.sh MARIADB_VERSION: "10.4.10" COVERALLS_VERSION: "3.3.1" # check if Coverage needs to be also updated in requirements-ci.txt - TYPESENSE_VERSION: "27.0" # needs to be also updated in scripts/define_variable.sh + TYPESENSE_VERSION: "27.1" # needs to be also updated in scripts/define_variable.sh # As GitHub Action does not allow environment variables # to be used in services definitions, these are only for diff --git a/scripts/define_variable.sh b/scripts/define_variable.sh index 861cc1e4ee..6db6e67a2d 100644 --- a/scripts/define_variable.sh +++ b/scripts/define_variable.sh @@ -19,7 +19,7 @@ if [[ $ZDS_NVM_VERSION == "" ]]; then fi if [[ $ZDS_TYPESENSE_VERSION == "" ]]; then - ZDS_TYPESENSE_VERSION="27.0" # needs to be also updated in .github/workflows/ci.yml + ZDS_TYPESENSE_VERSION="27.1" # needs to be also updated in .github/workflows/ci.yml fi if [[ $ZDS_TYPESENSE_API_KEY == "" ]]; then