mirror of
https://github.com/pestphp/pest.git
synced 2026-09-05 06:13:35 +02:00
fix(tia): include the PHP minor version in the fingerprint (#1860)
This commit is contained in:
committed by
GitHub
parent
2e58918201
commit
9b36f44b3e
@@ -40,7 +40,7 @@ final readonly class Fingerprint
|
|||||||
'js_config' => self::jsConfigHash($projectRoot),
|
'js_config' => self::jsConfigHash($projectRoot),
|
||||||
],
|
],
|
||||||
'environmental' => [
|
'environmental' => [
|
||||||
'php_minor' => PHP_MAJOR_VERSION,
|
'php_minor' => PHP_MAJOR_VERSION.'.'.PHP_MINOR_VERSION,
|
||||||
|
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user