diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21b64f5..1267819 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - 5432:5432 mariadb: - image: mariadb + image: mariadb:10.5 env: MYSQL_USER: 'root' MYSQL_ALLOW_EMPTY_PASSWORD: "true" diff --git a/lib.php b/lib.php index 92d88c9..6a06439 100644 --- a/lib.php +++ b/lib.php @@ -86,4 +86,4 @@ function auth_outage_get_fontawesome_icon_map() { function auth_outage_before_standard_top_of_body_html() { // Get code to inject. return outagelib::get_inject_code(); -} \ No newline at end of file +}