We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 895a675 commit 25f9dfeCopy full SHA for 25f9dfe
1 file changed
.scrutinizer.yml
@@ -3,13 +3,13 @@ build:
3
nodes:
4
analysis:
5
environment:
6
- php: 8.4
+ php: 8.4.2
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
@@ -18,13 +18,13 @@ build:
18
format: clover
19
php84:
20
21
22
23
24
- command: composer test
25
php83:
26
27
- php: 8.3
+ php: 8.3.16
28
29
30
@@ -36,7 +36,7 @@ build:
36
37
php81:
38
39
- php: 8.1
+ php: 8.1.31
40
41
42
0 commit comments