ソースを参照

attempt to upgrade to PHP 8.3 in scrutinizer

El RIDO 1 年間 前
コミット
07ec6f9128
1 ファイル変更1 行追加1 行削除
  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'