Skip to content

Commit

Permalink
Merge pull request #28 from MauricioFauth/scrutinizer-ci
Browse files Browse the repository at this point in the history
Fix .scrutinizer.yml file for PHP 8.1
  • Loading branch information
MauricioFauth committed Sep 14, 2023
2 parents 2a4b6cb + 2fb88bd commit 2f63b77
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 2f63b77

Please sign in to comment.