From d9d17e52c53a364fcd25cbd4e04b5304ec3318fc Mon Sep 17 00:00:00 2001 From: kodeart Date: Mon, 16 Oct 2023 08:59:41 +0200 Subject: [PATCH] - updates the PHP version --- .scrutinizer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 486ad5f..bf200e9 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -7,7 +7,7 @@ build: - php-scrutinizer-run environment: php: - version: '8.0.1' + version: '8.1.2' before_commands: - 'composer update -o --prefer-source --no-interaction'