Forum archive
Drupal 10 (18RC1) help needed for PHP 8.1 in bookworm
Repository: https://github.com/UncleDan/drupal10/tree/18-update-UncleDan
Pull request: https://github.com/turnkeylinux-apps/drupal9/pull/7
Full error: https://github.com/UncleDan/turnkeylinux-apps-test-18
I am trying to build Drupal 10 on 18RC1, basing on drupal9 config. The config built fine until the composer part so I discovered that Laminas (and maybe Drupal itself) need PHP 8.1 which is not in bookworm repositories.
I have tried to use lamp81.mk but it can't find packages and also adding the well known "sury" repository https://deb.sury.org/ for elder PHP versions I had no luck. It seems that lamp81.mk is evaluated before adding the source list and key I added in overlay.
Any hine?
Actually, I've done a bit more, but it appears that there is some issues with the turnkey-drush wrapper/helper script that we provide.
It needs some more attention and I'm not 100% sure how to best do it... I'm going to defer this for the minute and circle back once we have the initial v18.0 stable release done.