We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f12f18 commit 04fe5e3Copy full SHA for 04fe5e3
.github/workflows/test.yml
@@ -1,4 +1,4 @@
1
-name: Tests
+name: tests
2
3
on: [ 'push', 'pull_request' ]
4
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
fail-fast: true
11
matrix:
12
- php: [ 8.1, 8.2, 8.3 ]
+ php: [ 8.0, 8.1, 8.2, 8.3 ]
13
dependency-version: [ prefer-lowest, prefer-stable ]
14
15
name: Tests on PHP ${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
README.md
@@ -69,7 +69,7 @@ echo $queryResponse->ids[0][1]; // test2
69
70
## Requirements
71
72
-- PHP 8.1 or higher
+- PHP 8.0 or higher
73
- ChromaDB 0.4.0 or higher running in client/server mode
74
75
## Running ChromaDB
0 commit comments