Skip to content

Commit b92bf22

Browse files
HP-2419 fixing scrutinizer
1 parent 964147f commit b92bf22

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.scrutinizer.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@ build:
22
environment:
33
php:
44
version: "8.3"
5-
dependencies:
6-
before:
7-
- composer self-update --2
8-
- composer install --no-interaction --no-scripts
95
nodes:
106
analysis:
7+
before_commands:
8+
- composer self-update --2
9+
- composer install --no-interaction --no-scripts
1110
tests:
1211
override: [ php-scrutinizer-run ]
1312

0 commit comments

Comments
 (0)