We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f682fc0 + 018f347 commit 2938e1fCopy full SHA for 2938e1f
1 file changed
.scrutinizer.yml
@@ -14,12 +14,15 @@ tools:
14
runs: 2 # php 8.x versions
15
timeout: 480 # 8 min
16
build:
17
+ image: default-bionic # Needed to make PHP 8.2 compile
18
nodes:
19
analysis:
20
environment:
21
php: 8.2
22
dependencies:
23
before:
24
+ - sudo /home/scrutinizer/.phpenv/shims/php -f /usr/bin/composer.phar self-update --2
25
+ - composer --version
26
- composer install
27
tests:
28
override:
0 commit comments