Replies: 2 comments
-
Hi @asannikov, thank you for reporting it, I'm going to push an update to Deployer 7 and PHP 8.1 soon. |
Beta Was this translation helpful? Give feedback.
0 replies
-
hi @rafaelstz, any update here? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since M2.4.4 works under php 8.1, my deployment configuration produces many warnings:
PHP Deprecated: Return type of Pimple\Container::offsetExists($id) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///usr/local/bin/dep/vendor/pimple/pimple/src/Pimple/Container.php on line 133
Deprecated: Return type of Deployer\Collection\Collection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///usr/local/bin/dep/src/Collection/Collection.php on line 58
PHP Deprecated: Return type of Symfony\Component\Process\Process::getIterator(int $flags = 0) should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///usr/local/bin/dep/vendor/symfony/process/Process.php on line 605
Currently, deployer uses version 6.x but there is available 7.x already, which has a pretty different syntax.
So the question is there any plans to move to 7.x?
Beta Was this translation helpful? Give feedback.
All reactions