Преглед изворни кода

attempt to upgrade to PHP 8.2 in scrutinizer

El RIDO пре 1 година
родитељ
комит
0e57824e4a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .scrutinizer.yml

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