Skip to content

Commit

Permalink
Add .scrutinizer.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Sep 27, 2023
1 parent 5ef9184 commit ccb64d5
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
checks:
php: true

filter:
paths:
- src/

build:
image: default-bionic

environment:
php:
version: 8.0.18
ini:
xdebug.mode: coverage

nodes:
analysis:
tests:
override:
- php-scrutinizer-run

phpunit:
services:
mongo: 3

dependencies:
override:
- composer self-update
- composer update --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi

tests:
override:
- command: ./vendor/bin/phpunit

0 comments on commit ccb64d5

Please sign in to comment.