We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d1baed + b18bf67 commit 3bebdb3Copy full SHA for 3bebdb3
1 file changed
.scrutinizer.yml
@@ -11,15 +11,19 @@ checks:
11
php: true
12
tools:
13
external_code_coverage:
14
- runs: 14 # for all matrix PHP versions to upload
+ runs: 3 # php 8.x versions * 3
15
timeout: 480 # 8 min
16
build:
17
+ image: default-bionic # Needed to make PHP 8.x compile
18
nodes:
19
analysis:
20
environment:
- php: 8.2
21
+ php:
22
+ version: 8.2.29 # vimeo/psalm needs a newer version
23
dependencies:
24
before:
25
+ - sudo /home/scrutinizer/.phpenv/shims/php -f /usr/bin/composer.phar self-update --2
26
+ - composer --version
27
- composer install
28
tests:
29
override:
0 commit comments