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

attempt to upgrade to PHP 8.4 in scrutinizer

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

+ 2 - 4
.scrutinizer.yml

@@ -15,14 +15,12 @@ coding_style:
                 additive: false
                 concatenation: true
 build:
-    image: default-bionic
     environment:
         php:
-            version: 7.4
+            version: 8.4
     tests:
         override:
-            -
-                command: 'composer require google/cloud-storage && cd tst && ../vendor/bin/phpunit'
+            -   command: 'composer require google/cloud-storage && cd tst && ../vendor/bin/phpunit'
                 coverage:
                     file: 'tst/log/coverage-clover.xml'
                     format: 'clover'