Przeglądaj źródła

attempt to upgrade to PHP 8.2 in scrutinizer

El RIDO 1 rok temu
rodzic
commit
0e57824e4a
1 zmienionych plików z 1 dodań i 1 usunięć
  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'