Jeff Geerling

Results 1857 comments of Jeff Geerling

@kom177 - As much as I would like to do it (I'm already using PHP 8 in some systems elsewhere), Drupal itself doesn't yet support PHP 8 :( See: https://github.com/geerlingguy/drupal-container/issues/32...

Hmm... the last time I tried installing it (June) I was running into errors. Maybe it was Drush or some other dependency that still wasn't compatible?

The php-versions role supports PHP 8, so technically if you're on Ubuntu 18.04 or 20.04, or Debian 10/11, you could set `php_version` to `8.0` or maybe 8.1 (haven't tried that)...

@florianmuellerCH - I probably won't work on it; see https://github.com/geerlingguy/drupal-vm/issues/2164

Would like feedback from any Drupal VM users who are still using Drush make files—is this a critical feature for you?

@rootwork and @SeanHeavey - Thanks for the feedback. I was considering dropping Drush make support in Drupal VM 6, but I guess I'll let it go at least another version...

I'd like to finish moving over to this new install method at some point soon... has anyone tested this and made sure it's working in the past year+? I know...

A few years back I stopped building boxes for VMware and Parallels because of the extra licensing requirements (it requires *two* paid licenses to build for those platforms). So I...

See related: https://github.com/geerlingguy/ansible-for-devops/issues/404

@joestewart - I believe the SSL cert that's created was set up by the OS itself, and that Drupal VM's automation doesn't actually do any of the work in generating...