upgrade_status job fails due to unmet database requirements
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3479812. -->
Reported by: [feyp](https://www.drupal.org/user/998680)
Related to !268
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>On current main, the <code>upgrade_status</code> job fails due to unmet database requirements:</p>
<pre>In install.core.inc line 989:<br> <br> Resolve all issues below to continue the installation. For help configuring <br> your database server, see the <a href="https://www.drupal.org/docs/install <br> ing-drupal">installation handbook</a>, or contact your hosting provider.<ul <br> ><li>The database server version <em class="placeholder">3.40.1</em> is les <br> s than the minimum required version <em class="placeholder">3.45</em>.</li> <br> </ul></pre><p>Examples:</p>
<ol>
<li>Job 1: <a href="https://git.drupalcode.org/project/language_switcher_menu/-/jobs/3007170">https://git.drupalcode.org/project/language_switcher_menu/-/jobs/3007170</a></li>
<li>Job 2: <a href="https://git.drupalcode.org/project/patchinfo/-/jobs/3009059">https://git.drupalcode.org/project/patchinfo/-/jobs/3009059</a></li>
<li>CI config for job 1: <a href="https://git.drupalcode.org/project/language_switcher_menu/-/blob/6f6d52d8b7b947ebe0c998c0c8e6e60e3a5f66ef/.gitlab-ci.yml">https://git.drupalcode.org/project/language_switcher_menu/-/blob/6f6d52d8b7b947ebe0c998c0c8e6e60e3a5f66ef/.gitlab-ci.yml</a></li>
</ol>
<p>This issue was rasied following<a href="https://app.slack.com/client/T06GX3JTS/CGKLP028K"> this Slack conversation</a>.</p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<p>Opt into upgrade_status on current main, which is now running 11.x not 10.4</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Possibly use the -ubuntu variant of the 8.3 PHP image to run the job.</p>
<h3 id="summary-remaining-tasks">Remaining tasks</h3>
<p>Evaluate proposed resolution and create MR.</p>
<h3 id="summary-ui-changes">User interface changes</h3>
<p>None.</p>
<h3 id="summary-api-changes">API changes</h3>
<p>None.</p>
<h3 id="summary-data-model-changes">Data model changes</h3>
<p>Job uses different variant of PHP image.</p>
> Related issue: [Issue #3447792](https://www.drupal.org/node/3447792)
issue