We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c92eeaf commit 895a675Copy full SHA for 895a675
1 file changed
.scrutinizer.yml
@@ -3,22 +3,40 @@ build:
3
nodes:
4
analysis:
5
environment:
6
- php: 8.2.27
+ php: 8.4
7
tests:
8
override:
9
- php-scrutinizer-run
10
coverage:
11
12
- php: 8.2
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
28
29
30
31
+ php82:
32
33
+ php: 8.2.27
34
35
36
37
php81:
38
39
php: 8.1
40
41
- - command: php vendor/bin/phpunit
42
0 commit comments