mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-16 13:00:23 +01:00
Updated Rector to commit a6824999540b5fb258a9d8f3ebcda155de4ce6e0
a682499954
Fix along with other packages e2e test on rector/rector (#6455)
This commit is contained in:
parent
1c26e0e6fa
commit
53222b20c8
2
.github/workflows/along_other_packages.yaml
vendored
2
.github/workflows/along_other_packages.yaml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
|
||||
-
|
||||
name: 'Along PHPStan'
|
||||
install: composer require phpstan/phpstan:^1.1.1 --dev --ansi
|
||||
install: composer require phpstan/phpstan:^2.0 --dev --ansi
|
||||
|
||||
name: "PHP ${{ matrix.php_version }}"
|
||||
|
||||
|
@ -19,12 +19,12 @@ final class VersionResolver
|
||||
* @api
|
||||
* @var string
|
||||
*/
|
||||
public const PACKAGE_VERSION = 'eb5df4dde7515bbc497af6da84d5f9dbf96399d8';
|
||||
public const PACKAGE_VERSION = 'a6824999540b5fb258a9d8f3ebcda155de4ce6e0';
|
||||
/**
|
||||
* @api
|
||||
* @var string
|
||||
*/
|
||||
public const RELEASE_DATE = '2024-11-20 15:37:26';
|
||||
public const RELEASE_DATE = '2024-11-20 17:17:05';
|
||||
/**
|
||||
* @var int
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user