Changeset 53435
- Timestamp:
- 05/23/2022 02:20:47 PM (2 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/readme.html
r52981 r53435 59 59 <ul> 60 60 <li><a href="https://secure.php.net/">PHP</a> version <strong>7.4</strong> or greater.</li> 61 <li><a href="https://www.mysql.com/">MySQL</a> version <strong>5.7</strong> or greater OR <a href="https://mariadb.org/">MariaDB</a> version <strong>10. 2</strong> or greater.</li>61 <li><a href="https://www.mysql.com/">MySQL</a> version <strong>5.7</strong> or greater OR <a href="https://mariadb.org/">MariaDB</a> version <strong>10.3</strong> or greater.</li> 62 62 <li>The <a href="https://httpd.apache.org/docs/2.2/mod/mod_rewrite.html">mod_rewrite</a> Apache module.</li> 63 63 <li><a href="https://wordpress.org/news/2016/12/moving-toward-ssl/">HTTPS</a> support.</li> -
trunk/tests/phpunit/tests/external-http/basic.php
r53433 r53435 65 65 */ 66 66 public function test_readme_mariadb_version() { 67 /*68 * Temporary skip as MariaDB 10.2 is EOL as of 23 May 2022.69 * See Trac #55791 and meta #6322.70 * Once the version is bumped, revert this change.71 */72 $this->markTestSkipped( 'Temporarily skip due to MariaDB 10.2 now EOL as of 23 May 2022. Remove this skip once version is bumped.' );73 74 67 // This test is designed to only run on trunk. 75 68 $this->skipOnAutomatedBranches();
Note: See TracChangeset
for help on using the changeset viewer.