-
-
Notifications
You must be signed in to change notification settings - Fork 114
Expand file tree
/
Copy path.scrutinizer.yml
More file actions
31 lines (31 loc) · 712 Bytes
/
.scrutinizer.yml
File metadata and controls
31 lines (31 loc) · 712 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# scrutinizer-ci.com configuration
imports:
- php
filter:
excluded_paths:
- build/
- tmp/
- vendor/
- tools/doctum-config.php
checks:
php: true
tools:
external_code_coverage:
runs: 2 # php 8.x versions
timeout: 480 # 8 min
build:
image: default-bionic # Needed to make PHP 8.2 compile
nodes:
analysis:
environment:
php:
version: 8.2.29 # vimeo/psalm needs a newer version
dependencies:
before:
- sudo /home/scrutinizer/.phpenv/shims/php -f /usr/bin/composer.phar self-update --2
- composer --version
- composer install
tests:
override:
- php-scrutinizer-run
- phpcs-run