Skip to content

Commit

Permalink
Update Scrutinizer configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
devanych committed Jan 12, 2022
1 parent 2b6a529 commit aedb14f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .scrutinizer.yml
Expand Up @@ -6,18 +6,21 @@ filter:
- "src/*"

build:
image: default-bionic

environment:
php:
version: 7.4.14
compile_options: '--with-config-file-path=/home/scrutinizer/.phpenv/versions/7.4.14/etc --with-config-file-scan-dir=/home/scrutinizer/.phpenv/versions/7.4.14/etc/conf.d --prefix=/home/scrutinizer/.phpenv/versions/7.4.14 --libexecdir=/home/scrutinizer/.phpenv/versions/7.4.14/libexec --enable-intl --with-openssl --enable-gd --enable-exif --with-libzip --with-zlib --with-sodium --enable-soap --enable-xmlreader --with-xsl --enable-ftp --with-tidy --with-xmlrpc --enable-sysvsem --enable-sysvshm --enable-sysvmsg --enable-shmop --with-mysql=mysqlnd --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd --enable-pcntl --with-readline --enable-mbstring --with-curl --with-gettext --enable-sockets --with-bz2 --enable-bcmath --enable-calendar --with-libdir=lib --enable-fpm --enable-maintainer-zts --with-gmp --with-kerberos --with-imap --with-imap-ssl --with-apxs2=/usr/bin/apxs --with-ldap --with-pear=/home/scrutinizer/.phpenv/versions/7.4.14/pear'
version: 8.0.11
ini:
"xdebug.mode": coverage

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

tests-and-coverage:
phpunit:
services:
mysql: 5.7

Expand Down

0 comments on commit aedb14f

Please sign in to comment.