[wp-trac] [WordPress Trac] #62221: GitHub Actions updates and improvements for 6.8
WordPress Trac
noreply at wordpress.org
Wed Dec 4 15:16:18 UTC 2024
#62221: GitHub Actions updates and improvements for 6.8
------------------------------+---------------------
Reporter: desrosj | Owner: (none)
Type: task (blessed) | Status: new
Priority: normal | Milestone: 6.8
Component: Build/Test Tools | Version:
Severity: normal | Resolution:
Keywords: has-patch | Focuses:
------------------------------+---------------------
Comment (by desrosj):
In [changeset:"59484" 59484]:
{{{
#!CommitTicketReference repository="" revision="59484"
Build/Test Tools: Support older MariaDB versions in local Docker
environment.
Older versions of MariaDB did not contain the `mariadb-admin` command.
This command is configured as the `healthcheck` used by the local Docker
environment to confirm that the database container has successfully
started and is reporting as “healthy”. The current result is a failure
when starting the environment while using one of the affected older
versions.
For MariaDB versions 10.3 and earlier, the `mysqladmin` command was used
instead. Since WordPress still technically supports back to MariaDB 5.5,
the local environment should support running these versions. This updates
the environment configuration to take this into account when performing a
`healthcheck` test.
The README file is also updated to reflect that the same workaround added
in [57568] for MySQL <= 5.7 is required when using MariaDB 5.5 on an Apple
silicon machine.
Props johnbillion.
See #62221.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/62221#comment:25>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list