Make WordPress Core

Changeset 55482 for branches/6.0/.env


Ignore:
Timestamp:
03/07/2023 07:36:29 PM (3 years ago)
Author:
desrosj
Message:

Build/Test Tools: Backport updates to GitHub Actions.

This backports several changesets to GitHub Actions workflows. These changesets:

  • address the deprecated notices related to save-output and set-output to ensure the workflows continue to run after these are removed.
  • adds support for automatically retrying a failed workflow once.
  • backports some Docker environment related tooling updates for the sake of consistency across branches.

Merges [53628], [53636], [53736], [53737], [53895], [53940], [53947], [54039], [54096], [54108], [54293], [54297], [54313], [54342], [54343], [54371], [54373], [54511], [54649], [54650], [54674], [54678], [54750], [54851], [54852], [54856], [54921], [55152] to the 6.0 branch.
See 55702, #52708, #55652, #55652, #55700, #55652, #56407, #56407, #56528, #55652, #55652, #55652, #54695, #55652, #55652, #55652, #55652, #56820, #56820, #56816, #55652, #55652, #56820, #56793, #56793, #53841, #57148, #57572, #56682.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/6.0/.env

    r53071 r55482  
    3636# Defaults to 5.7 with the assumption that LOCAL_DB_TYPE is set to `mysql` above.
    3737#
    38 # When using `mysql`, see https://hub.docker.com/_/mysql/ for valid versions.
    39 # When using `mariadb`, see https://hub.docker.com/_/mariadb for valid versions.
     38# When using `mysql`, see https://hub.docker.com/r/amd64/mysql for valid versions.
     39# When using `mariadb`, see https://hub.docker.com/r/amd64/mariadb for valid versions.
    4040##
    4141LOCAL_DB_VERSION=5.7
Note: See TracChangeset for help on using the changeset viewer.