Use PHP 7.4 for phpactor

As 8.0 triggers some notices.
This commit is contained in:
Daniel Siepmann 2022-03-22 13:31:01 +01:00
parent e64f6b8030
commit a652394ba4
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -301,7 +301,7 @@ in {
config = ''
require('lspconfig').phpactor.setup({
cmd = {
'${pkgs.php80}/bin/php',
'${pkgs.php74}/bin/php',
'${phpactor}/bin/phpactor',
'language-server',
},