Skip to content

Commit bca7dc8

Browse files
committed
Chore: Fix: Attempt to fix a Scrtinizer config error
``` Config Error: Invalid type for path "{root}.build.nodes.test-with-php80.services.php". Expected "array", but got "string" ``` ``` $ git clone --depth=200 --branch='dev' --reference=local-repository-dir --dissociate https://github.com/michaeluno/admin-page-framework.git /tmp/package2HdVRZ Cloning into '/tmp/package2HdVRZ'... remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0 Enumerating objects: 106424, done. Counting objects: 100% (106424/106424), done. Delta compression using up to 32 threads Compressing objects: 100% (22910/22910), done. Writing objects: 100% (106424/106424), done. Total 106424 (delta 84443), reused 105224 (delta 83340) $ git checkout -qf 9f0ff15 Parsing custom inspection configuration Parsing checkout configuration Configuration was invalid: Invalid type for path "{root}.build.nodes.test-with-php80.services.php". Expected "array", but got "string" Aborting due to config error. ```
1 parent 9f0ff15 commit bca7dc8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.scrutinizer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ build:
4545
# @see https://prinsfrank.nl/2022/02/04/Configuring-PHP8.1-on-scrutinizer
4646
# @see https://scrutinizer-ci.com/docs/guides/upgrading-trusty-image
4747
image: default-bionic
48-
services:
48+
environment:
4949
php: 8.0
5050
test-with-php81:
5151
image: default-bionic
52-
services:
52+
environment:
5353
php: 8.1.2
5454
test-with-php74-mu:
5555
environment:

0 commit comments

Comments
 (0)