attempt to upgrade to PHP 8.3 in scrutinizer

This commit is contained in:
El RIDO
2025-07-19 21:04:35 +02:00
parent 8f55715749
commit cf039f1d71

View File

@@ -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'