Skip to content

Commit 3eaba2e

Browse files
committed
Add PHP8 support
1 parent 4dfb975 commit 3eaba2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
php-versions: ['7.2', '7.3', '7.4']
17+
php-versions: ['7.2', '7.3', '7.4', '8.0']
1818
name: integration-tests (PHP ${{ matrix.php-versions }})
1919
steps:
2020
- uses: actions/checkout@v2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^7.2",
21+
"php": ">=7.2",
2222
"ext-json": "*",
2323
"meilisearch/meilisearch-php": "^0.16",
2424
"symfony/filesystem": "^4.0 || ^5.0",

0 commit comments

Comments
 (0)