We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25f9dfe commit 32bc378Copy full SHA for 32bc378
1 file changed
.scrutinizer.yml
@@ -3,25 +3,19 @@ build:
3
nodes:
4
analysis:
5
environment:
6
- php: 8.4.2
+ php: 8.3.16
7
tests:
8
override:
9
- php-scrutinizer-run
10
coverage:
11
12
13
14
15
- command: XDEBUG_MODE=coverage php vendor/bin/phpunit --coverage-clover coverage.xml
16
17
file: coverage.xml
18
format: clover
19
- php84:
20
- environment:
21
22
- tests:
23
- override:
24
- - command: composer test
25
php83:
26
27
php: 8.3.16
0 commit comments