Skip to content

Commit 9abe2fb

Browse files
bors[bot]norkunas
andauthored
Merge #52
52: Add PHP8 support r=curquiza a=norkunas Closes #51 Co-authored-by: Tomas <[email protected]>
2 parents 4dfb975 + 14bdb65 commit 9abe2fb

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-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

bors.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ status = [
22
'integration-tests (PHP 7.2)',
33
'integration-tests (PHP 7.3)',
44
'integration-tests (PHP 7.4)',
5+
'integration-tests (PHP 8.0)',
56
'linter-check'
67
]
78
# 1 hour timeout

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)