Skip to content

Commit 32bc378

Browse files
committed
v1
1 parent 25f9dfe commit 32bc378

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.scrutinizer.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,19 @@ build:
33
nodes:
44
analysis:
55
environment:
6-
php: 8.4.2
6+
php: 8.3.16
77
tests:
88
override:
99
- php-scrutinizer-run
1010
coverage:
1111
environment:
12-
php: 8.4.2
12+
php: 8.3.16
1313
tests:
1414
override:
1515
- command: XDEBUG_MODE=coverage php vendor/bin/phpunit --coverage-clover coverage.xml
1616
coverage:
1717
file: coverage.xml
1818
format: clover
19-
php84:
20-
environment:
21-
php: 8.4.2
22-
tests:
23-
override:
24-
- command: composer test
2519
php83:
2620
environment:
2721
php: 8.3.16

0 commit comments

Comments
 (0)