Skip to content

Commit

Permalink
Update Typesense version to 0.25.2 in test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbosco committed Jan 31, 2024
1 parent 2e74c1d commit 8fab963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

- name: Install Typesense
run: |
curl --output ts.tar.gz https://dl.typesense.org/releases/0.22.2/typesense-server-0.22.2-darwin-amd64.tar.gz
curl --output ts.tar.gz https://dl.typesense.org/releases/0.25.2/typesense-server-0.25.2-darwin-amd64.tar.gz
tar -xzf ts.tar.gz
- name: Run Typesense
Expand Down

0 comments on commit 8fab963

Please sign in to comment.