Skip to content

Commit 25f9dfe

Browse files
committed
v1
1 parent 895a675 commit 25f9dfe

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.scrutinizer.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ build:
33
nodes:
44
analysis:
55
environment:
6-
php: 8.4
6+
php: 8.4.2
77
tests:
88
override:
99
- php-scrutinizer-run
1010
coverage:
1111
environment:
12-
php: 8.4
12+
php: 8.4.2
1313
tests:
1414
override:
1515
- command: XDEBUG_MODE=coverage php vendor/bin/phpunit --coverage-clover coverage.xml
@@ -18,13 +18,13 @@ build:
1818
format: clover
1919
php84:
2020
environment:
21-
php: 8.4
21+
php: 8.4.2
2222
tests:
2323
override:
2424
- command: composer test
2525
php83:
2626
environment:
27-
php: 8.3
27+
php: 8.3.16
2828
tests:
2929
override:
3030
- command: composer test
@@ -36,7 +36,7 @@ build:
3636
- command: composer test
3737
php81:
3838
environment:
39-
php: 8.1
39+
php: 8.1.31
4040
tests:
4141
override:
4242
- command: composer test

0 commit comments

Comments
 (0)