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