소스 검색

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'