From 2fb88bdcc1888cb367ce6eecbf143e1eceb09cbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Thu, 14 Sep 2023 17:54:42 -0300 Subject: [PATCH] Fix .scrutinizer.yml file for PHP 8.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MaurĂ­cio Meneghini Fauth --- .scrutinizer.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 4cb3591..609b856 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -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: