Skip to content

Commit 158de5b

Browse files
committed
Update Scrutinizer comments to PHP 8.x
See: a48ff45 Signed-off-by: William Desportes <williamdes@wdes.fr>
1 parent e2feec1 commit 158de5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.scrutinizer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ checks:
1111
php: true
1212
tools:
1313
external_code_coverage:
14-
runs: 4 # php 7.x versions * 2
14+
runs: 4 # php 8.x versions * 2
1515
timeout: 480 # 8 min
1616
build:
17-
image: default-bionic # Needed to make PHP 7.2 compile
17+
image: default-bionic # Needed to make PHP 8.x compile
1818
nodes:
1919
analysis:
2020
environment:

0 commit comments

Comments
 (0)