Skip to content

Commit 3bebdb3

Browse files
committed
Merge branch '6.0.x'
2 parents 6d1baed + b18bf67 commit 3bebdb3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.scrutinizer.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,19 @@ checks:
1111
php: true
1212
tools:
1313
external_code_coverage:
14-
runs: 14 # for all matrix PHP versions to upload
14+
runs: 3 # php 8.x versions * 3
1515
timeout: 480 # 8 min
1616
build:
17+
image: default-bionic # Needed to make PHP 8.x compile
1718
nodes:
1819
analysis:
1920
environment:
20-
php: 8.2
21+
php:
22+
version: 8.2.29 # vimeo/psalm needs a newer version
2123
dependencies:
2224
before:
25+
- sudo /home/scrutinizer/.phpenv/shims/php -f /usr/bin/composer.phar self-update --2
26+
- composer --version
2327
- composer install
2428
tests:
2529
override:

0 commit comments

Comments
 (0)