Ver Fonte

attempt to upgrade to PHP 8.3 in scrutinizer

El RIDO há 1 ano atrás
pai
commit
07ec6f9128
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      .scrutinizer.yml

+ 1 - 1
.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'