Skip to content

Commit

Permalink
ci: update scrutinizer configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Nov 2, 2022
1 parent 0f2db5b commit 376bd66
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
build:
environment:
php: 8.1.12
php:
version: 8.1.12
ini:
xdebug.mode: off
image: default-bionic
nodes:
php81:
environment:
php:
version: 8.1.12
php:
version: 8.1.12
ini:
xdebug.mode: off
pecl_extensions:
- pcov

Expand Down

0 comments on commit 376bd66

Please sign in to comment.