Skip to content

Commit 895a675

Browse files
committed
v1
1 parent c92eeaf commit 895a675

1 file changed

Lines changed: 21 additions & 3 deletions

File tree

.scrutinizer.yml

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,40 @@ build:
33
nodes:
44
analysis:
55
environment:
6-
php: 8.2.27
6+
php: 8.4
77
tests:
88
override:
99
- php-scrutinizer-run
1010
coverage:
1111
environment:
12-
php: 8.2
12+
php: 8.4
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
22+
tests:
23+
override:
24+
- command: composer test
25+
php83:
26+
environment:
27+
php: 8.3
28+
tests:
29+
override:
30+
- command: composer test
31+
php82:
32+
environment:
33+
php: 8.2.27
34+
tests:
35+
override:
36+
- command: composer test
1937
php81:
2038
environment:
2139
php: 8.1
2240
tests:
2341
override:
24-
- command: php vendor/bin/phpunit
42+
- command: composer test

0 commit comments

Comments
 (0)