Skip to content

Commit 1d7466c

Browse files
Revert lowest compatibility to PHP 8.1
1 parent 0db23bb commit 1d7466c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: [ 8.0, 8.1, 8.2, 8.3 ]
12+
php: [ 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.0 or higher
72+
- PHP 8.1 or higher
7373
- ChromaDB 0.4.0 or higher running in client/server mode
7474

7575
## Running ChromaDB

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "library",
55
"license": "MIT",
66
"require": {
7-
"php": "^8.0",
7+
"php": "^8.1",
88
"guzzlehttp/guzzle": "^7.0"
99
},
1010
"require-dev": {

0 commit comments

Comments
 (0)