瀏覽代碼

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'