Skip to content

Commit fa9b08f

Browse files
authored
Merge branch 'main' into bump-meilisearch-v0.21.0
2 parents cf9bb15 + 2970ef0 commit fa9b08f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bors.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
status = [
22
'integration-tests (PHP 7.4)',
33
'integration-tests (PHP 8.0)',
4-
'linter-check'
4+
'Code style'
55
]
66
# 1 hour timeout
77
timeout-sec = 3600

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"sort-packages": true
5858
},
5959
"scripts": {
60-
"phpstan": "./vendor/bin/phpstan --memory-limit=128 --ansi",
60+
"phpstan": "./vendor/bin/phpstan --memory-limit=1G --ansi",
6161
"test:unit": "./vendor/bin/phpunit --colors=always --verbose",
6262
"test:unit:coverage": "XDEBUG_MODE=coverage ./vendor/bin/phpunit --colors=always --coverage-html=tests/coverage",
6363
"lint:check": "./vendor/bin/php-cs-fixer fix -v --using-cache=no --dry-run",

0 commit comments

Comments
 (0)