Skip to content

Commit

Permalink
Fix .scrutinizer.yml file for PHP 8.1
Browse files Browse the repository at this point in the history
Signed-off-by: Maurício Meneghini Fauth <[email protected]>
  • Loading branch information
MauricioFauth committed Sep 14, 2023
1 parent 2a4b6cb commit 2fb88bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ checks:
php: true
tools:
external_code_coverage:
runs: 8 # php 7.x versions * 2
runs: 4 # php 7.x versions * 2
timeout: 480 # 8 min
build:
nodes:
analysis:
environment:
php:
version: 7.1
version: 8.1
pecl_extensions:
- dbase
dependencies:
Expand Down

0 comments on commit 2fb88bd

Please sign in to comment.