We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2feec1 commit 158de5bCopy full SHA for 158de5b
1 file changed
.scrutinizer.yml
@@ -11,10 +11,10 @@ checks:
11
php: true
12
tools:
13
external_code_coverage:
14
- runs: 4 # php 7.x versions * 2
+ runs: 4 # php 8.x versions * 2
15
timeout: 480 # 8 min
16
build:
17
- image: default-bionic # Needed to make PHP 7.2 compile
+ image: default-bionic # Needed to make PHP 8.x compile
18
nodes:
19
analysis:
20
environment:
0 commit comments