Skip to content

Commit

Permalink
Forcing PHP7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
YOUR1 committed Dec 13, 2023
1 parent df411cd commit 811c0c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
matrix:
include:
- php-version: '7.4'
- php-version: '7.3'
- php-version: '7.2'
services:
qdrant:
image: qdrant/qdrant
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"minimum-stability": "dev",
"require": {
"php": "^7",
"php": "^7.4",
"psr/http-client": "^1.0",
"psr/http-message": "^1.0|^2.0",
"psr/log": "^1.0|^2.0|^3.0",
Expand Down

0 comments on commit 811c0c4

Please sign in to comment.