From 0e57824e4a20aa4691a24df1b95bf9c079d44d8f Mon Sep 17 00:00:00 2001 From: El RIDO Date: Sat, 19 Jul 2025 21:10:18 +0200 Subject: [PATCH] attempt to upgrade to PHP 8.2 in scrutinizer --- .scrutinizer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 6f14c469..c91d37cb 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -17,7 +17,7 @@ coding_style: build: environment: php: - version: 8.3 + version: 8.2 tests: override: - command: 'composer require google/cloud-storage && cd tst && ../vendor/bin/phpunit'