Fix phpunit tests for Max Version
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3535810. --> Reported by: [marcus_johansson](https://www.drupal.org/user/385947) Related to !754 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Currently phpunit (max PHP version) is failing, due to not being able to compile ffi for PHP. See: <a href="https://git.drupalcode.org/project/ai/-/jobs/5879183">https://git.drupalcode.org/project/ai/-/jobs/5879183</a></p> <p>While max PHP version is not required to be able to tag new versions, it would be nice to have green over the board on testing, so we don't get used to this always failing and hiding some other worse issue. </p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <ul> <li>Figure out why its failing.</li> <li>Fix the failure.</li> </ul>
issue