Skip to content

Commit 04fe5e3

Browse files
Extend compatibility to PHP 8.0
1 parent 4f12f18 commit 04fe5e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Tests
1+
name: tests
22

33
on: [ 'push', 'pull_request' ]
44

@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: [ 8.1, 8.2, 8.3 ]
12+
php: [ 8.0, 8.1, 8.2, 8.3 ]
1313
dependency-version: [ prefer-lowest, prefer-stable ]
1414

1515
name: Tests on PHP ${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ echo $queryResponse->ids[0][1]; // test2
6969

7070
## Requirements
7171

72-
- PHP 8.1 or higher
72+
- PHP 8.0 or higher
7373
- ChromaDB 0.4.0 or higher running in client/server mode
7474

7575
## Running ChromaDB

0 commit comments

Comments
 (0)